v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
|
|
@ -66,8 +66,8 @@ class Two_Factor_Extended_Settings {
|
|||
|
||||
// Main settings page with tabs (Settings, Audit Log, Compliance).
|
||||
add_options_page(
|
||||
__( 'Two Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two-Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two-Factor Extended', 'two-factor-extended' ),
|
||||
'manage_options',
|
||||
self::PAGE_SLUG,
|
||||
array( $this, 'render_settings_page' )
|
||||
|
|
@ -92,8 +92,8 @@ class Two_Factor_Extended_Settings {
|
|||
|
||||
add_submenu_page(
|
||||
'settings.php',
|
||||
__( 'Two Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two-Factor Extended', 'two-factor-extended' ),
|
||||
__( 'Two-Factor Extended', 'two-factor-extended' ),
|
||||
'manage_network_options',
|
||||
self::PAGE_SLUG,
|
||||
array( $this, 'render_network_settings_page' )
|
||||
|
|
@ -1406,7 +1406,7 @@ class Two_Factor_Extended_Settings {
|
|||
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h1><?php esc_html_e( 'Two Factor Extended - Audit Log', 'two-factor-extended' ); ?></h1>
|
||||
<h1><?php esc_html_e( 'Two-Factor Extended - Audit Log', 'two-factor-extended' ); ?></h1>
|
||||
|
||||
<div class="card">
|
||||
<h2><?php esc_html_e( 'Statistics', 'two-factor-extended' ); ?></h2>
|
||||
|
|
@ -1526,7 +1526,7 @@ class Two_Factor_Extended_Settings {
|
|||
|
||||
?>
|
||||
<div class="wrap">
|
||||
<h1><?php esc_html_e( 'Two Factor Extended - Compliance Report', 'two-factor-extended' ); ?></h1>
|
||||
<h1><?php esc_html_e( 'Two-Factor Extended - Compliance Report', 'two-factor-extended' ); ?></h1>
|
||||
|
||||
<div class="card">
|
||||
<h2><?php esc_html_e( 'Overview', 'two-factor-extended' ); ?></h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue