Make WordPress Core

Ticket #46291: 46291.2.diff

File 46291.2.diff, 678 bytes (added by mukesh27, 6 years ago)

Updated Patch.

  • 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 { 
    7171                                                                        ),
    7272                                                                )
    7373                                                        ),
    74                                                         '<b class="fn">' . get_comment_author_link( $comment ) . '</b>'
     74                                                        '<b class="fn">' . $comment_author . '</b>'
    7575                                                );
    7676
    7777                                                if ( ! empty( $comment_author_url ) ) {