diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php
index e043908..b3d3373 100644
|
a
|
b
|
if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_ |
| 38 | 38 | <div class="inside"> |
| 39 | 39 | <fieldset> |
| 40 | 40 | <legend class="edit-comment-author"><?php _e( 'Author' ); ?></legend> |
| | 41 | <hr> |
| 41 | 42 | <table class="form-table editcomment"> |
| 42 | 43 | <tbody> |
| 43 | 44 | <tr> |
| … |
… |
if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_ |
| 58 | 59 | </tr> |
| 59 | 60 | </tbody> |
| 60 | 61 | </table> |
| 61 | | <br /> |
| 62 | 62 | </fieldset> |
| 63 | 63 | </div> |
| 64 | 64 | </div> |