Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Authy for WP
Commits
5b4d48ff
Commit
5b4d48ff
authored
Dec 01, 2012
by
Erick Hitter
Browse files
Naming consistency
parent
c37dbd9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
authy-wp.php
View file @
5b4d48ff
...
...
@@ -193,7 +193,7 @@ class Authy_WP {
* @return null
*/
public
function
action_admin_menu
()
{
add_options_page
(
'Authy for W
P
'
,
'Authy for WP'
,
'manage_options'
,
$this
->
settings_page
,
array
(
$this
,
'plugin_settings_page'
)
);
add_options_page
(
'Authy for W
ordPress
'
,
'Authy for WP'
,
'manage_options'
,
$this
->
settings_page
,
array
(
$this
,
'plugin_settings_page'
)
);
add_settings_section
(
'default'
,
''
,
array
(
$this
,
'register_settings_page_sections'
),
$this
->
settings_page
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment