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

git-svn-id: https://develop.svn.wordpress.org/trunk@6003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2007-09-01 16:33:55 +00:00
parent 9103eafbbb
commit d166d37c3a
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 ?>" />