Ticket #21458: 21458.3.patch
File 21458.3.patch, 1.6 KB (added by , 13 years ago) |
---|
-
wp-admin/edit-form-advanced.php
283 283 <div id="titlediv"> 284 284 <div id="titlewrap"> 285 285 <label class="hide-if-no-js" style="visibility:hidden" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> 286 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" a utocomplete="off" />286 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" aria-describedby="title-prompt-text" autocomplete="off" /> 287 287 </div> 288 288 <div class="inside"> 289 289 <?php -
wp-includes/class-wp-editor.php
680 680 <div id="wp-fullscreen-wrap" style="width:<?php echo $dfw_width; ?>px;"> 681 681 <?php if ( post_type_supports($post->post_type, 'title') ) { ?> 682 682 <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label> 683 <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" />683 <input type="text" id="wp-fullscreen-title" aria-describedby="wp-fullscreen-title-prompt-text" value="" autocomplete="off" /> 684 684 <?php } ?> 685 685 686 686 <div id="wp-fullscreen-container">