Changeset 10787
- Timestamp:
- 03/15/2009 07:59:12 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r10680 r10787 596 596 <div id="titlediv"> 597 597 <div id="titlewrap"> 598 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title); ?>" id="title" autocomplete="off" />598 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" /> 599 599 </div> 600 600 <div class="inside"> -
trunk/wp-admin/edit-page-form.php
r10680 r10787 444 444 <div id="titlediv"> 445 445 <div id="titlewrap"> 446 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title); ?>" id="title" autocomplete="off" />446 <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" /> 447 447 </div> 448 448 <div class="inside">
Note: See TracChangeset
for help on using the changeset viewer.