- Timestamp:
- 10/02/2018 03:52:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r43571 r43664 1459 1459 </label> 1460 1460 1461 <?php if ( $post_type_object->publicly_queryable ) : // publicly_queryable check ?> 1462 1461 1463 <label> 1462 1464 <span class="title"><?php _e( 'Slug' ); ?></span> … … 1464 1466 </label> 1465 1467 1466 <?php 1468 <?php 1469 endif; // publicly_queryable check 1467 1470 endif; // $bulk 1468 1471 endif; // post_type_supports title
Note: See TracChangeset
for help on using the changeset viewer.