mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Taxonomy: Add context and a translator comment to the new most_used label.
Fixes #41150 git-svn-id: https://develop.svn.wordpress.org/trunk@41674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -522,7 +522,8 @@ function get_taxonomy_labels( $tax ) {
|
||||
'no_terms' => array( __( 'No tags' ), __( 'No categories' ) ),
|
||||
'items_list_navigation' => array( __( 'Tags list navigation' ), __( 'Categories list navigation' ) ),
|
||||
'items_list' => array( __( 'Tags list' ), __( 'Categories list' ) ),
|
||||
'most_used' => array( null, __( 'Most Used' ) ),
|
||||
/* translators: Tab heading when selecting from the most used terms */
|
||||
'most_used' => array( null, _x( 'Most Used', 'Most used categories' ) ),
|
||||
'back_to_items' => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ),
|
||||
);
|
||||
$nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];
|
||||
|
||||
Reference in New Issue
Block a user