HTML nesting error

git-svn-id: https://develop.svn.wordpress.org/trunk@1937 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-12 06:01:45 +00:00
parent 792fa24221
commit ebdb574b5c
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,9 @@ $messages[3] = __('Custom field deleted.');
<?php if (isset($_GET['message'])) : ?>
<div class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
<?php endif; ?>
<form name="post" action="post.php" method="post" id="post">
<div class="wrap">
<?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="action" value='<?php echo $form_action ?>' />
<?php echo $form_extra ?>