Changeset 4434
- Timestamp:
- 10/30/06 20:37:59 (2 years ago)
- Files:
-
- trunk/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/comment.php
r4432 r4434 74 74 <?php } ?> 75 75 <input type='hidden' name='p' value='<?php echo $comment->comment_post_ID; ?>' /> 76 <input type='hidden' name='c omment' value='<?php echo $comment->comment_ID; ?>' />76 <input type='hidden' name='c' value='<?php echo $comment->comment_ID; ?>' /> 77 77 <input type='hidden' name='noredir' value='1' /> 78 78 </form>
