diff --git a/src/wp-admin/edit-form-comment.php b/src/wp-admin/edit-form-comment.php index 30f3a34cb9..a9f25a28af 100644 --- a/src/wp-admin/edit-form-comment.php +++ b/src/wp-admin/edit-form-comment.php @@ -91,10 +91,13 @@ if ( $comment->comment_post_ID > 0 ): %1$s'); -$date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?> - +' . date_i18n( $datef, strtotime( $comment->comment_date ) ) . '' +); +?>