Ticket #47102: 47102.diff
File 47102.diff, 897 bytes (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
44 44 echo $avatar; 45 45 } 46 46 } 47 /*48 * Using the `check` icon instead of `check_circle`, since we can't add a49 * fill color to the inner check shape when in circle form.50 */51 if ( twentynineteen_is_comment_by_post_author( $comment ) ) {52 printf( '<span class="post-author-badge" aria-hidden="true">%s</span>', twentynineteen_get_icon_svg( 'check', 24 ) );53 }54 47 55 48 /* 56 49 * Using the `check` icon instead of `check_circle`, since we can't add a