Make WordPress Core

Changeset 41674


Ignore:
Timestamp:
10/02/2017 06:24:46 PM (7 years ago)
Author:
johnbillion
Message:

Taxonomy: Add context and a translator comment to the new most_used label.

Fixes #41150

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r41628 r41674  
    523523        'items_list_navigation' => array( __( 'Tags list navigation' ), __( 'Categories list navigation' ) ),
    524524        'items_list' => array( __( 'Tags list' ), __( 'Categories list' ) ),
    525         'most_used' => array( null, __( 'Most Used' ) ),
     525        /* translators: Tab heading when selecting from the most used terms */
     526        'most_used' => array( null, _x( 'Most Used', 'Most used categories' ) ),
    526527        'back_to_items' => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ),
    527528    );
Note: See TracChangeset for help on using the changeset viewer.