Ticket #46291: 46291.diff
File 46291.diff, 715 bytes (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
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 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">' . get_comment_author( $comment ) . '</b>' 75 75 ); 76 76 77 77 if ( ! empty( $comment_author_url ) ) {