v1.0.2
This commit is contained in:
parent
b8e17df2db
commit
71b471e13e
19 changed files with 771 additions and 60 deletions
|
|
@ -64,8 +64,8 @@ class Two_Factor_Extended_Network_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_page' )
|
||||
|
|
|
|||
Loading…
Reference in a new issue