Changeset 13583
- Timestamp:
- 03/04/2010 12:25:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r13582 r13583 109 109 $submenu['themes.php'][10] = array(__('Menus'), 'switch_themes', 'nav-menus.php'); 110 110 111 // Add ' Add New Themes' and 'Editor' to the bottom of the Appearence menu.111 // Add 'Editor' to the bottom of the Appearence menu. 112 112 add_action('admin_menu', '_add_themes_utility_last', 101); 113 113 function _add_themes_utility_last() { 114 114 global $submenu; 115 115 $submenu['themes.php'][] = array(_x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php'); 116 $submenu['themes.php'][] = array(__('Add New Themes'), 'install_themes', 'theme-install.php');117 116 } 118 117
Note: See TracChangeset
for help on using the changeset viewer.