Make WordPress Core


Ignore:
Timestamp:
05/09/2019 06:03:15 PM (5 years ago)
Author:
desrosj
Message:

Twenty Nineteen: Remove duplicate code block.

Introduced in [44305].

Props mukesh27, afercia.
Fixes #46455.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php

    r44771 r45297  
    4444                                echo $avatar;
    4545                            }
    46                         }
    47                         /*
    48                          * Using the `check` icon instead of `check_circle`, since we can't add a
    49                          * 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 ) );
    5346                        }
    5447
Note: See TracChangeset for help on using the changeset viewer.