From ba7716c48c97a591ca62f9f5b91756de3a3a11d4 Mon Sep 17 00:00:00 2001 From: Amaury Balmer Date: Mon, 24 Oct 2016 13:56:11 +0200 Subject: [PATCH] fix domain translation --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {