diff --git src/wp-admin/comment.php b/comment.php
index d95ae0d..cfcd8ac 100755
old
|
new
|
if ( $comment->comment_approved != '0' ) { // if not unapproved |
202 | 202 | <th scope="row"><?php _e( 'Submitted on' ); ?></th> |
203 | 203 | <td> |
204 | 204 | <?php |
205 | | /* translators: 1: comment date, 2: comment time */ |
206 | 205 | $submitted = sprintf( |
| 206 | /* translators: 1: comment date, 2: comment time */ |
207 | 207 | __( '%1$s at %2$s' ), |
208 | 208 | /* translators: comment date format. See https://secure.php.net/date */ |
209 | 209 | get_comment_date( __( 'Y/m/d' ), $comment ), |