Fix typo, props hakre, fixes #9431
git-svn-id: http://svn.automattic.com/wordpress/trunk@10854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d428b237b6
commit
52cddcbd2f
|
@ -591,7 +591,7 @@ else
|
|||
<?php $side_meta_boxes = do_meta_boxes('post', 'side', $post); ?>
|
||||
</div>
|
||||
|
||||
<div id="post-body"">
|
||||
<div id="post-body">
|
||||
<div id="titlediv">
|
||||
<div id="titlewrap">
|
||||
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
|
||||
|
|
Loading…
Reference in New Issue