Add labels to titles. see #9445
git-svn-id: http://svn.automattic.com/wordpress/trunk@11149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ec5141bee
commit
922fd9cdc0
|
@ -595,6 +595,7 @@ else
|
|||
<div id="post-body-content">
|
||||
<div id="titlediv">
|
||||
<div id="titlewrap">
|
||||
<label class="hidden" for="title"><?php _e('Title') ?></label>
|
||||
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
|
||||
</div>
|
||||
<div class="inside">
|
||||
|
|
|
@ -442,6 +442,7 @@ $side_meta_boxes = do_meta_boxes('page', 'side', $post);
|
|||
<div id="post-body-content">
|
||||
<div id="titlediv">
|
||||
<div id="titlewrap">
|
||||
<label class="hidden" for="title"><?php _e('Title') ?></label>
|
||||
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
|
||||
</div>
|
||||
<div class="inside">
|
||||
|
|
Loading…
Reference in New Issue