Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2007-09-01 16:33:55 +00:00
parent 7b9174524a
commit 1290e8caed
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ $form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment-
?>
<form name="post" action="comment.php" method="post" id="post">
<h2><?php echo $toprow_title; ?></h2>
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
<div class="wrap">
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />