Changeset 12103 for trunk/wp-admin/theme-install.php
- Timestamp:
- 10/25/2009 11:14:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.