Changeset 6406
- Timestamp:
- 12/19/07 17:27:22 (1 year ago)
- Files:
-
- trunk/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-form-comment.php
r6078 r6406 7 7 8 8 <form name="post" action="comment.php" method="post" id="post"> 9 <h2><?php echo $toprow_title; ?></h2>10 9 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 11 10 <div class="wrap"> 11 <h2><?php echo $toprow_title; ?></h2> 12 12 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 13 13 <input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
