Changeset 22719 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/20/2012 06:20:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r22490 r22719 323 323 324 324 if ( $post_type_object->public && ! ( 'pending' == get_post_status( $post ) && !current_user_can( $post_type_object->cap->publish_posts ) ) ) { ?> 325 <div id="edit-slug-box" >325 <div id="edit-slug-box" class="hide-if-no-js"> 326 326 <?php 327 327 if ( $sample_permalink_html && 'auto-draft' != get_post_status( $post ) )
Note: See TracChangeset
for help on using the changeset viewer.