Make WordPress Core

Ticket #30338: 30338.patch

File 30338.patch, 855 bytes (added by marsjaninzmarsa, 11 years ago)

fixes

  • wp-admin/edit-form-advanced.php

     wp-admin/edit-form-advanced.php | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
    index 709779b..28b37d4 100644
    a b do_action( 'edit_form_top', $post ); ?> 
    459459         */
    460460        ?>
    461461        <label class="screen-reader-text" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
    462         <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
     462        <input type="text" name="post_title" size="30" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" spellcheck="true" autocomplete="off" />
    463463</div>
    464464<?php
    465465/**