Changeset 29871
- Timestamp:
- 10/11/2014 02:22:08 AM (10 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r29870 r29871 73 73 'name' => 'cat_id', 74 74 'taxonomy' => 'link_category', 75 'show_option_all' => __( ' View all categories' ),75 'show_option_all' => __( 'All categories' ), 76 76 'hide_empty' => true, 77 77 'hierarchical' => 1, -
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.