- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r47219 r47233 494 494 /* 495 495 * Return if the post type doesn't have post formats, or there are no posts using formats, 496 * or if we're in the trash.496 * or if we're in the Trash. 497 497 */ 498 498 if ( ! is_object_in_taxonomy( $post_type, 'post_format' ) || ! $used_post_formats || $this->is_trash ) {
Note: See TracChangeset
for help on using the changeset viewer.