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 ); ?> |
| 459 | 459 | */ |
| 460 | 460 | ?> |
| 461 | 461 | <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" /> |
| 463 | 463 | </div> |
| 464 | 464 | <?php |
| 465 | 465 | /** |