Ticket #48866: 48866.diff
File 48866.diff, 448 bytes (added by , 4 years ago) |
---|
-
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() ) { 20 20 if ( $comments ) { 21 21 ?> 22 22 23 <div class="comments" id="comments">23 <div class="comments"> 24 24 25 25 <?php 26 26 $comments_number = absint( get_comments_number() );