Changeset 8707
- Timestamp:
- 08/22/2008 03:48:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r8705 r8707 52 52 $submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php'); 53 53 $submenu['themes.php'][10] = array(__('Theme Editor'), 'edit_themes', 'theme-editor.php'); 54 $submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php');55 54 56 55 $menu[15] = array( __('Utilities'), 'read', 'users.php' ); // placeholder - should be inbox … … 75 74 $submenu['plugins.php'][5] = array( __('Plugins'), 'activate_plugins', 'plugins.php' ); 76 75 $submenu['plugins.php'][10] = array( __('Plugin Editor'), 'edit_plugins', 'plugin-editor.php' ); 76 $submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php'); 77 77 78 78 do_action('_admin_menu');
Note: See TracChangeset
for help on using the changeset viewer.