Ticket #30307: 30307.4.patch
File 30307.4.patch, 653 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/edit-form-comment.php
16 16 <h2><?php _e('Edit Comment'); ?></h2> 17 17 18 18 <div id="poststuff"> 19 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" />20 19 <input type="hidden" name="action" value="editedcomment" /> 21 20 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" /> 22 21 <input type="hidden" name="comment_post_ID" value="<?php echo esc_attr( $comment->comment_post_ID ); ?>" />