Make WordPress Core


Ignore:
Timestamp:
11/19/2009 10:49:16 PM (15 years ago)
Author:
ryan
Message:

Add context to strings. Props nbachiyski. fixes #10738

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r11450 r12231  
    7171    $submenu['themes.php'][5]  = array(__('Themes'), 'switch_themes', 'themes.php');
    7272    $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');
    7474
    7575$update_plugins = get_transient( 'update_plugins' );
     
    9292    $_wp_real_parent_file['profile.php'] = 'users.php'; // Back-compat for plugins adding submenus to profile.php.
    9393    $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');
    9595    $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php');
    9696} else {
Note: See TracChangeset for help on using the changeset viewer.