Ticket #41150: 41150.2.diff
File 41150.2.diff, 777 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/taxonomy.php
523 523 'items_list_navigation' => array( __( 'Tags list navigation' ), __( 'Categories list navigation' ) ), 524 524 'items_list' => array( __( 'Tags list' ), __( 'Categories list' ) ), 525 525 /* translators: Tab heading when selecting from the most used terms */ 526 'most_used' => array( null, _ x( 'Most Used', 'Most used categories' ) ),526 'most_used' => array( null, __( 'Most Used' ) ), 527 527 'back_to_items' => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ), 528 528 ); 529 529 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];