Changeset 16327
- Timestamp:
- 11/12/2010 03:32:40 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/menu.php
r16272 r16327 24 24 $menu[15] = array(__('Themes'), 'manage_network_themes', 'themes.php', '', 'menu-top menu-icon-appearance', 'menu-appearance', 'div'); 25 25 $submenu['themes.php'][5] = array( __('Themes'), 'manage_network_themes', 'themes.php' ); 26 $submenu['themes.php'][10] = array( _x('Add New', 'theme'), ' manage_network_themes', 'theme-install.php' );26 $submenu['themes.php'][10] = array( _x('Add New', 'theme'), 'install_themes', 'theme-install.php' ); 27 27 $submenu['themes.php'][15] = array( _x('Editor', 'theme editor'), 'edit_themes', 'theme-editor.php' ); 28 28
Note: See TracChangeset
for help on using the changeset viewer.