Make WordPress Core

Ticket #50202: 50202.diff

File 50202.diff, 635 bytes (added by itowhid06, 5 years ago)
  • src/wp-includes/class-walker-comment.php

    diff --git a/src/wp-includes/class-walker-comment.php b/src/wp-includes/class-walker-comment.php
    index e7498b3dd6..280b4a98c5 100644
    a b class Walker_Comment extends Walker { 
    375375                                                        printf(
    376376                                                                /* translators: %s: Comment author link. */
    377377                                                                __( '%s <span class="says">says:</span>' ),
    378                                                                 sprintf( '<b class="fn">%s</b>', get_comment_author_link( $comment ) )
     378                                                                sprintf( '<strong class="fn">%s</strong>', get_comment_author_link( $comment ) )
    379379                                                        );
    380380                                                ?>
    381381                                        </div><!-- .comment-author -->