Make WordPress Core


Ignore:
Timestamp:
10/24/2017 11:21:47 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Taxonomy: After [40984], add the most_used label for non-hierarchical taxonomies too, and use it on the Menus screen.

Props johnbillion.
Fixes #41150.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r41910 r41987  
    999999    <ul id="category-tabs" class="category-tabs">
    10001000        <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>
    1001         <li class="hide-if-no-js"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li>
     1001        <li class="hide-if-no-js"><a href="#categories-pop"><?php _ex( 'Most Used', 'categories' ); ?></a></li>
    10021002    </ul>
    10031003
Note: See TracChangeset for help on using the changeset viewer.