Ticket #28123: 28123.patch
File 28123.patch, 996 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/class-wp-theme-install-list-table.php
41 41 if ( 'search' == $tab ) 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. 50 50