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 6237a36..cdec405 100644
a
|
b
|
class TwentyNineteen_Walker_Comment extends Walker_Comment { |
52 | 52 | printf( '<span class="post-author-badge" aria-hidden="true">%s</span>', twentynineteen_get_icon_svg( 'check', 24 ) ); |
53 | 53 | } |
54 | 54 | |
55 | | /* |
56 | | * Using the `check` icon instead of `check_circle`, since we can't add a |
57 | | * fill color to the inner check shape when in circle form. |
58 | | */ |
59 | | if ( twentynineteen_is_comment_by_post_author( $comment ) ) { |
60 | | printf( '<span class="post-author-badge" aria-hidden="true">%s</span>', twentynineteen_get_icon_svg( 'check', 24 ) ); |
61 | | } |
62 | | |
63 | 55 | printf( |
64 | 56 | /* translators: %s: comment author link */ |
65 | 57 | wp_kses( |