Make WordPress Core

Ticket #41150: 41150.2.diff

File 41150.2.diff, 777 bytes (added by purnendu, 7 years ago)

context removed

  • src/wp-includes/taxonomy.php

     
    523523                'items_list_navigation' => array( __( 'Tags list navigation' ), __( 'Categories list navigation' ) ),
    524524                'items_list' => array( __( 'Tags list' ), __( 'Categories list' ) ),
    525525                /* 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' ) ),
    527527                'back_to_items' => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ),
    528528        );
    529529        $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];