Drop 'Custom' from menu names. Use 'Menus' instead of Navigation. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-02-23 20:28:52 +00:00
parent 7d4fa95591
commit 111e334aca
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ class Custom_Image_Header {
if ( ! current_user_can('switch_themes') )
return;
$page = add_theme_page(__('Custom Header'), __('Custom Header'), 'switch_themes', 'custom-header', array(&$this, 'admin_page'));
$page = add_theme_page(__('Header'), __('Header'), 'switch_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'));