Ticket #19801: 19801.diff
| File 19801.diff, 806 bytes (added by garyc40, 17 months ago) |
|---|
-
wp-admin/edit-form-comment.php
if ( !defined('ABSPATH') ) 19 19 <div id="poststuff" class="metabox-holder has-right-sidebar"> 20 20 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" /> 21 21 <input type="hidden" name="action" value="editedcomment" /> 22 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" '/>22 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" /> 23 23 <input type="hidden" name="comment_post_ID" value="<?php esc_attr( $comment->comment_post_ID ); ?>" /> 24 24 25 25 <div id="side-info-column" class="inner-sidebar">
