Make WordPress Core

Changeset 28287


Ignore:
Timestamp:
05/06/2014 12:33:08 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Use a consistent context to remove duplicate strings.

props pavelevap.
fixes #28123.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r27430 r28287  
    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.
Note: See TracChangeset for help on using the changeset viewer.