Twenty Nineteen: Remove duplicate code block.
Introduced in [44305]. Props mukesh27, afercia. Fixes #46455. git-svn-id: https://develop.svn.wordpress.org/trunk@45297 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a72dd388f5
commit
d69d56abb1
@ -44,13 +44,6 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {
|
|||||||
echo $avatar;
|
echo $avatar;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* Using the `check` icon instead of `check_circle`, since we can't add a
|
|
||||||
* fill color to the inner check shape when in circle form.
|
|
||||||
*/
|
|
||||||
if ( twentynineteen_is_comment_by_post_author( $comment ) ) {
|
|
||||||
printf( '<span class="post-author-badge" aria-hidden="true">%s</span>', twentynineteen_get_icon_svg( 'check', 24 ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Using the `check` icon instead of `check_circle`, since we can't add a
|
* Using the `check` icon instead of `check_circle`, since we can't add a
|
||||||
|
Loading…
Reference in New Issue
Block a user