From d7e422644fa54cde3f98c7391e356c7bf89f11b1 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 13 May 2007 18:46:17 +0000 Subject: [PATCH] More Kubrick custom color header i18n from nbachiyski. fixes #4256 for 2.3 git-svn-id: http://svn.automattic.com/wordpress/trunk@5468 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/default/functions.php b/wp-content/themes/default/functions.php index 4712b95b9..3e3695dc8 100644 --- a/wp-content/themes/default/functions.php +++ b/wp-content/themes/default/functions.php @@ -144,7 +144,7 @@ function kubrick_add_theme_page() { } add_action('admin_head', 'kubrick_theme_page_head'); } - add_theme_page('Customize Header', 'Header Image and Color', 'edit_themes', basename(__FILE__), 'kubrick_theme_page'); + add_theme_page(__('Customize Header'), __('Header Image and Color'), 'edit_themes', basename(__FILE__), 'kubrick_theme_page'); } function kubrick_theme_page_head() {