Changeset 43728 for branches/5.0
- Timestamp:
- 10/15/2018 05:34:48 AM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-admin/includes/class-wp-posts-list-table.php
r41770 r43728 1414 1414 </label> 1415 1415 1416 <?php if ( $post_type_object->publicly_queryable ) : // publicly_queryable check ?> 1417 1416 1418 <label> 1417 1419 <span class="title"><?php _e( 'Slug' ); ?></span> … … 1419 1421 </label> 1420 1422 1421 <?php endif; // $bulk 1422 endif; // post_type_supports title ?> 1423 <?php 1424 endif; // publicly_queryable check 1425 endif; // $bulk 1426 endif; // post_type_supports title 1427 ?> 1423 1428 1424 1429 <?php if ( !$bulk ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.