Fix typo, props hakre, fixes #9431
git-svn-id: https://develop.svn.wordpress.org/trunk@10854 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fa588c3598
commit
83814db072
@ -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
Block a user