Changeset 41987 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/24/2017 11:21:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r41809 r41987 489 489 * @type string $items_list_navigation Label for the table pagination hidden heading. 490 490 * @type string $items_list Label for the table hidden heading. 491 * @type string $most_used Title used for the Most Used panel. Not used for non-hierarchical 492 * taxonomies. Default 'Most Used'. 491 * @type string $most_used Title for the Most Used tab. Default 'Most Used'. 493 492 * @type string $back_to_items Label displayed after a term has been updated. 494 493 * } … … 524 523 'items_list' => array( __( 'Tags list' ), __( 'Categories list' ) ), 525 524 /* translators: Tab heading when selecting from the most used terms */ 526 'most_used' => array( null, _x( 'Most Used', 'Most usedcategories' ) ),525 'most_used' => array( _x( 'Most Used', 'tags' ), _x( 'Most Used', 'categories' ) ), 527 526 'back_to_items' => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ), 528 527 );
Note: See TracChangeset
for help on using the changeset viewer.