Make WordPress Core

Ticket #28123: 28123.patch

File 28123.patch, 996 bytes (added by SergeyBiryukov, 10 years ago)
  • src/wp-admin/includes/class-wp-theme-install-list-table.php

     
    4141                if ( 'search' == $tab )
    4242                        $tabs['search'] = __( 'Search Results' );
    4343                $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' );
    4848
    4949                $nonmenu_tabs = array( 'theme-information' ); // Valid actions to perform which do not have a Menu item.
    5050