Make WordPress Core


Ignore:
Timestamp:
10/25/2009 11:14:12 AM (15 years ago)
Author:
westi
Message:

Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender. Fixes #10100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r11380 r12103  
    3131    $tabs['search'] = __('Search Results');
    3232$tabs['upload'] = __('Upload');
    33 $tabs['featured'] = __('Featured');
    34 //$tabs['popular']  = __('Popular');
    35 $tabs['new']      = __('Newest');
    36 $tabs['updated']  = __('Recently Updated');
     33$tabs['featured'] = _x('Featured','Theme Installer');
     34//$tabs['popular']  = _x('Popular','Theme Installer');
     35$tabs['new']      = _x('Newest','Theme Installer');
     36$tabs['updated']  = _x('Recently Updated','Theme Installer');
    3737
    3838$nonmenu_tabs = array('theme-information'); //Valid actions to perform which do not have a Menu item.
Note: See TracChangeset for help on using the changeset viewer.