Changeset 8697 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 08/21/2008 02:25:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r8691 r8697 17 17 18 18 <form name="post" action="comment.php" method="post" id="post"> 19 <div id="wpbody-content">20 21 19 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 22 20 <div class="wrap"> … … 26 24 <a class="button" href="<?php echo get_comment_link(); ?>" target="_blank"><?php _e('View this Comment'); ?></a> 27 25 </div> 28 26 <div id="poststuff"> 29 27 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 30 28 <input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' /> … … 118 116 </div> 119 117 </div> 120 </div>121 122 118 </form> 123 119
Note: See TracChangeset
for help on using the changeset viewer.