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 42fe89f..5f9da75 100644
--- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
+++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
@@ -71,7 +71,7 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {
 									),
 								)
 							),
-							'<b class="fn">' . get_comment_author_link( $comment ) . '</b>'
+							'<b class="fn">' . $comment_author . '</b>'
 						);
 
 						if ( ! empty( $comment_author_url ) ) {
