HTML nesting error
git-svn-id: http://svn.automattic.com/wordpress/trunk@1937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1cfff205d8
commit
414d3cd772
|
@ -6,6 +6,9 @@ $messages[3] = __('Custom field deleted.');
|
||||||
<?php if (isset($_GET['message'])) : ?>
|
<?php if (isset($_GET['message'])) : ?>
|
||||||
<div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
|
<div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<form name="post" action="post.php" method="post" id="post">
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@ -40,7 +43,6 @@ if (empty($post_status)) $post_status = 'draft';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form name="post" action="post.php" method="post" id="post">
|
|
||||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||||
<input type="hidden" name="action" value='<?php echo $form_action ?>' />
|
<input type="hidden" name="action" value='<?php echo $form_action ?>' />
|
||||||
<?php echo $form_extra ?>
|
<?php echo $form_extra ?>
|
||||||
|
|
Loading…
Reference in New Issue