Ticket #16496: 16496.2.patch
File 16496.2.patch, 473 bytes (added by , 13 years ago) |
---|
-
wp-admin/edit-form-advanced.php
301 301 <div id="edit-slug-box"> 302 302 <?php 303 303 if ( ! empty($post->ID) && ! empty($sample_permalink_html) && 'auto-draft' != $post->post_status ) 304 echo $sample_permalink_html;304 echo urldecode( $sample_permalink_html ); 305 305 ?> 306 306 </div> 307 307 <?php