Changeset 45297 for trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
- Timestamp:
- 05/09/2019 06:03:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php
r44771 r45297 44 44 echo $avatar; 45 45 } 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 46 } 54 47
Note: See TracChangeset
for help on using the changeset viewer.