From a9e8073b3039171051cf91e3518a66e05cbcd2aa Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 22 Feb 2009 07:43:15 +0000 Subject: [PATCH] Use "Custom Header" for menu text. see #9178 git-svn-id: http://svn.automattic.com/wordpress/trunk@10623 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-header.php | 2 +- wp-content/themes/default/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index bd78e8a96..eb16b3604 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -41,7 +41,7 @@ class Custom_Image_Header { * @since unknown */ function init() { - $page = add_theme_page(__('Custom Image Header'), __('Custom Image Header'), 'edit_themes', 'custom-header', array(&$this, 'admin_page')); + $page = add_theme_page(__('Custom Header'), __('Custom Header'), 'edit_themes', 'custom-header', array(&$this, 'admin_page')); add_action("admin_print_scripts-$page", array(&$this, 'js_includes')); add_action("admin_print_styles-$page", array(&$this, 'css_includes')); diff --git a/wp-content/themes/default/functions.php b/wp-content/themes/default/functions.php index 65172166b..2fc42f22f 100644 --- a/wp-content/themes/default/functions.php +++ b/wp-content/themes/default/functions.php @@ -153,7 +153,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(__('Custom Header'), __('Custom Header'), 'edit_themes', basename(__FILE__), 'kubrick_theme_page'); } function kubrick_theme_page_head() {