Ticket #20108: edit-form-comment.php.patch
| File edit-form-comment.php.patch, 770 bytes (added by , 14 years ago) |
|---|
-
wp-admin/edit-form-comment.php
20 20 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" /> 21 21 <input type="hidden" name="action" value="editedcomment" /> 22 22 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" /> 23 <input type="hidden" name="comment_post_ID" value="<?php e sc_attr( $comment->comment_post_ID ); ?>" />23 <input type="hidden" name="comment_post_ID" value="<?php echo esc_attr( $comment->comment_post_ID ); ?>" /> 24 24 25 25 <div id="side-info-column" class="inner-sidebar"> 26 26 <div id="submitdiv" class="stuffbox" >