Changeset 12231 for trunk/wp-admin/menu.php
- Timestamp:
- 11/19/2009 10:49:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r11450 r12231 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(_ _('Add New Themes'), 'install_themes', 'theme-install.php');73 $submenu['themes.php'][15] = array(_x('Add New', 'theme'), 'install_themes', 'theme-install.php'); 74 74 75 75 $update_plugins = get_transient( 'update_plugins' ); … … 92 92 $_wp_real_parent_file['profile.php'] = 'users.php'; // Back-compat for plugins adding submenus to profile.php. 93 93 $submenu['users.php'][5] = array(__('Authors & Users'), 'edit_users', 'users.php'); 94 $submenu['users.php'][10] = array(_ _('Add New'), 'create_users', 'user-new.php');94 $submenu['users.php'][10] = array(_x('Add New', 'user'), 'create_users', 'user-new.php'); 95 95 $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php'); 96 96 } else {
Note: See TracChangeset
for help on using the changeset viewer.