Ticket #46291: 46291.2.diff
File 46291.2.diff, 678 bytes (added by , 6 years ago) |
---|
-
wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
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 b class TwentyNineteen_Walker_Comment extends Walker_Comment { 71 71 ), 72 72 ) 73 73 ), 74 '<b class="fn">' . get_comment_author_link( $comment ). '</b>'74 '<b class="fn">' . $comment_author . '</b>' 75 75 ); 76 76 77 77 if ( ! empty( $comment_author_url ) ) {