Ticket #9322: 9322.2.patch
File 9322.2.patch, 770 bytes (added by , 16 years ago) |
---|
-
wp-admin/edit-form-advanced.php
595 595 <div id="post-body-content" class="has-sidebar-content"> 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"> 601 601 <?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?>