diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index bb03ec221..2200bf33a 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -55,7 +55,7 @@ $url = attribute_escape( $comment->comment_author_url );
%1$s'); +$stamp = __('Submitted on: %1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?>