Ticket #11469: edit-form-advanced.diff
File edit-form-advanced.diff, 605 bytes (added by , 15 years ago) |
---|
-
edit-form-advanced.php
176 176 <label class="screen-reader-text" for="title"><?php _e('Title') ?></label> 177 177 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" /> 178 178 </div> 179 180 <?php do_action('edit_post_form_after_title'); ?> 181 179 182 <div class="inside"> 180 183 <?php 181 184 $sample_permalink_html = get_sample_permalink_html($post->ID);