- Timestamp:
- 11/01/2018 02:34:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/class-wp-posts-list-table.php
r43854 r43855 1427 1427 </label> 1428 1428 1429 <?php if ( $post_type_object->publicly_queryable ) : // publicly_queryable check ?>1429 <?php if ( is_post_type_viewable( $screen->post_type ) ) : // is_post_type_viewable check ?> 1430 1430 1431 1431 <label> … … 1435 1435 1436 1436 <?php 1437 endif; // publicly_queryable check1437 endif; // is_post_type_viewable check 1438 1438 endif; // $bulk 1439 1439 endif; // post_type_supports title
Note: See TracChangeset
for help on using the changeset viewer.