Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update log-cleaner-ithemes.php
  • Loading branch information
mikeott committed Sep 1, 2018
1 parent d92be1d commit 31894c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-cleaner-ithemes.php
Expand Up @@ -19,7 +19,7 @@ function load_log_cleaner_textdomain() {
// Create admin page under the Tools menu.
add_action('admin_menu', 'create_tools_cleaner_submenu');
function create_tools_cleaner_submenu() {
add_management_page( 'iThemes Security Log cleaner', 'iThemes Security Log cleaner', 'manage_options', 'log-cleaner', 'generate_page_content' );
add_management_page( 'Log cleaner for iThemes Security', 'Log cleaner for iThemes Security', 'manage_options', 'log-cleaner', 'generate_page_content' );
}

// Add custom CSS to admin
Expand Down

0 comments on commit 31894c4

Please sign in to comment.