Missing var change from last changeset

git-svn-id: http://svn.automattic.com/wordpress/trunk@4434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-10-30 20:37:59 +00:00
parent 5e605dfa5b
commit c93dcc13d3
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>