Make WordPress Core


Ignore:
Timestamp:
10/11/2014 02:22:08 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Remove "View" prefix from category filter dropdowns, for consistency with [27626].

props afercia.
see #29921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r29870 r29871  
    229229            if ( is_object_in_taxonomy( $this->screen->post_type, 'category' ) ) {
    230230                $dropdown_options = array(
    231                     'show_option_all' => __( 'View all categories' ),
     231                    'show_option_all' => __( 'All categories' ),
    232232                    'hide_empty' => 0,
    233233                    'hierarchical' => 1,
Note: See TracChangeset for help on using the changeset viewer.