Changeset 13339
- Timestamp:
- 02/23/2010 08:28:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r13316 r13339 56 56 return; 57 57 58 $page = add_theme_page(__(' Custom Background'), __('CustomBackground'), 'switch_themes', 'custom-background', array(&$this, 'admin_page'));58 $page = add_theme_page(__('Background'), __('Background'), 'switch_themes', 'custom-background', array(&$this, 'admin_page')); 59 59 60 60 add_action("admin_head-$page", array(&$this, 'take_action'), 50); -
trunk/wp-admin/custom-header.php
r13043 r13339 56 56 return; 57 57 58 $page = add_theme_page(__(' Custom Header'), __('CustomHeader'), 'switch_themes', 'custom-header', array(&$this, 'admin_page'));58 $page = add_theme_page(__('Header'), __('Header'), 'switch_themes', 'custom-header', array(&$this, 'admin_page')); 59 59 60 60 add_action("admin_print_scripts-$page", array(&$this, 'js_includes')); -
trunk/wp-admin/menu.php
r13301 r13339 109 109 $submenu['themes.php'][10] = array(_x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php'); 110 110 $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php'); 111 $submenu['themes.php'][20] = array(__(' Custom Navigation'), 'switch_themes', 'custom-navigation.php');111 $submenu['themes.php'][20] = array(__('Menus'), 'switch_themes', 'custom-navigation.php'); 112 112 113 113 $update_plugins = get_site_transient( 'update_plugins' );
Note: See TracChangeset
for help on using the changeset viewer.