Changeset 28287
- Timestamp:
- 05/06/2014 12:33:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r27430 r28287 42 42 $tabs['search'] = __( 'Search Results' ); 43 43 $tabs['upload'] = __( 'Upload' ); 44 $tabs['featured'] = _x( 'Featured', 'Theme Installer' );45 //$tabs['popular'] = _x( 'Popular', 'Theme Installer' );46 $tabs['new'] = _x( ' Newest','Theme Installer' );47 $tabs['updated'] = _x( 'Recently Updated', 'Theme Installer' );44 $tabs['featured'] = _x( 'Featured', 'themes' ); 45 //$tabs['popular'] = _x( 'Popular', 'themes' ); 46 $tabs['new'] = _x( 'Latest', 'themes' ); 47 $tabs['updated'] = _x( 'Recently Updated', 'themes' ); 48 48 49 49 $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.