diff --git a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
index 42fe89fb5f..c3560b88d2 100644
--- a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
+++ b/src/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">' . get_comment_author( $comment ) . '</b>'
 						);
 
 						if ( ! empty( $comment_author_url ) ) {
