Changeset 4434

Show
Ignore:
Timestamp:
10/30/06 20:37:59 (2 years ago)
Author:
matt
Message:

Missing var change from last changeset

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/comment.php

    r4432 r4434  
    7474<?php } ?> 
    7575<input type='hidden' name='p' value='<?php echo $comment->comment_post_ID; ?>' /> 
    76 <input type='hidden' name='comment' value='<?php echo $comment->comment_ID; ?>' /> 
     76<input type='hidden' name='c' value='<?php echo $comment->comment_ID; ?>' /> 
    7777<input type='hidden' name='noredir' value='1' /> 
    7878</form>