Changeset 12248
- Timestamp:
- 11/20/2009 09:59:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r12231 r12248 71 71 $submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php'); 72 72 $submenu['themes.php'][10] = array(__('Editor'), 'edit_themes', 'theme-editor.php'); 73 $submenu['themes.php'][15] = array(_ x('Add New', 'theme'), 'install_themes', 'theme-install.php');73 $submenu['themes.php'][15] = array(__('Add New Themes'), 'install_themes', 'theme-install.php'); 74 74 75 75 $update_plugins = get_transient( 'update_plugins' );
Note: See TracChangeset
for help on using the changeset viewer.