diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
index 3e02cf542f..f501de695a 100644
--- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
+++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
@@ -78,10 +78,9 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {
$comment_timestamp = sprintf( __( '%1$s at %2$s', 'twentynineteen' ), get_comment_date( '', $comment ), get_comment_time() );
printf(
- '',
+ '',
esc_url( get_comment_link( $comment, $args ) ),
get_comment_time( 'c' ),
- esc_attr( $comment_timestamp ),
$comment_timestamp
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 47602df5cf..e52bd2ef8c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.2-alpha-54884';
+$wp_version = '6.2-alpha-54885';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.