- Timestamp:
- 10/11/2014 02:22:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r29870 r29871 229 229 if ( is_object_in_taxonomy( $this->screen->post_type, 'category' ) ) { 230 230 $dropdown_options = array( 231 'show_option_all' => __( ' View all categories' ),231 'show_option_all' => __( 'All categories' ), 232 232 'hide_empty' => 0, 233 233 'hierarchical' => 1,
Note: See TracChangeset
for help on using the changeset viewer.