Missing var change from last changeset

git-svn-id: https://develop.svn.wordpress.org/trunk@4434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-10-30 20:37:59 +00:00
parent 02a2d051be
commit 8636ae5d98
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ case 'mac':
<input type='hidden' name='dt' value='spam' />
<?php } ?>
<input type='hidden' name='p' value='<?php echo $comment->comment_post_ID; ?>' />
<input type='hidden' name='comment' value='<?php echo $comment->comment_ID; ?>' />
<input type='hidden' name='c' value='<?php echo $comment->comment_ID; ?>' />
<input type='hidden' name='noredir' value='1' />
</form>