Make WordPress Core

Ticket #48866: 48866.diff

File 48866.diff, 448 bytes (added by mukesh27, 4 years ago)

Patch.

  • wp-content/themes/twentytwenty/comments.php

    diff --git a/wp-content/themes/twentytwenty/comments.php b/wp-content/themes/twentytwenty/comments.php
    index 5338887f49..6dd69d437b 100644
    a b if ( post_password_required() ) { 
    2020if ( $comments ) {
    2121        ?>
    2222
    23         <div class="comments" id="comments">
     23        <div class="comments">
    2424
    2525                <?php
    2626                $comments_number = absint( get_comments_number() );