From d69d56abb14c82437293667e1b209110873e2c67 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 9 May 2019 18:03:15 +0000 Subject: [PATCH] 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 --- .../classes/class-twentynineteen-walker-comment.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 6237a36080..cab6bec91c 100644 --- a/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -44,13 +44,6 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment { 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( '', twentynineteen_get_icon_svg( 'check', 24 ) ); - } /* * Using the `check` icon instead of `check_circle`, since we can't add a