Changeset 33271 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/14/2015 05:55:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r33067 r33271 495 495 ?> 496 496 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php echo $title_placeholder; ?></label> 497 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title )); ?>" id="title" spellcheck="true" autocomplete="off" />497 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( $post->post_title ); ?>" id="title" spellcheck="true" autocomplete="off" /> 498 498 </div> 499 499 <?php
Note: See TracChangeset
for help on using the changeset viewer.