Ticket #23988: edit-form-comment.diff
| File edit-form-comment.diff, 626 bytes (added by , 12 years ago) |
|---|
-
wp-admin/edit-form-comment.php
14 14 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 15 15 <div class="wrap"> 16 16 <h2><?php _e('Edit Comment'); ?></h2> 17 <p><?php _e( 'In Response To' ); ?>: <a href="<?php echo get_permalink( $comment->comment_post_ID ); ?>"><?php echo get_the_title( $comment->comment_post_ID ); ?></a></p> 17 18 18 19 <div id="poststuff"> 19 20 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" />