Changeset 12103
- Timestamp:
- 10/25/2009 11:14:12 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
plugin-install.php (modified) (1 diff)
-
theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r11380 r12103 26 26 $tabs['search'] = __('Search Results'); 27 27 $tabs['upload'] = __('Upload'); 28 $tabs['featured'] = _ _('Featured');29 $tabs['popular'] = _ _('Popular');30 $tabs['new'] = _ _('Newest');31 $tabs['updated'] = _ _('Recently Updated');28 $tabs['featured'] = _x('Featured','Plugin Installer'); 29 $tabs['popular'] = _x('Popular','Plugin Installer'); 30 $tabs['new'] = _x('Newest','Plugin Installer'); 31 $tabs['updated'] = _x('Recently Updated','Plugin Installer'); 32 32 33 33 $nonmenu_tabs = array('plugin-information'); //Valid actions to perform which do not have a Menu item. -
trunk/wp-admin/theme-install.php
r11380 r12103 31 31 $tabs['search'] = __('Search Results'); 32 32 $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'); 37 37 38 38 $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.