Changeset 7130 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r7120 r7130 179 179 <?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?> 180 180 <div id="edit-slug-box"> 181 <?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) : 181 <?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) : 182 182 echo $sample_permalink_html; 183 183 endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.