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:
parent
7b9174524a
commit
1290e8caed
|
@ -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 ?>" />
|
||||
|
|
Loading…
Reference in New Issue