diff --git a/functions.php b/functions.php index a8f2520..6aed07a 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ add_action('admin_menu', 'add_page_template' ); function add_page_template() { - add_theme_page('Redirection settings', __('Redirection settings', 'ultraflux'), 'manage_options', 'redirection-theme-settings', 'redirection_theme_page' ); + add_theme_page('Redirection settings', __('Redirection settings', 'redirection'), 'manage_options', 'redirection-theme-settings', 'redirection_theme_page' ); } function redirection_theme_page() { @@ -42,4 +42,4 @@ function redirection_theme_page() {