diff --git a/src/wp-content/themes/twentytwenty/comments.php b/src/wp-content/themes/twentytwenty/comments.php
index 9bc2d9b791..2bee32644d 100644
a
|
b
|
if ( $comments ) { |
32 | 32 | <?php |
33 | 33 | if ( ! have_comments() ) { |
34 | 34 | _e( 'Leave a comment', 'twentytwenty' ); |
35 | | } elseif ( '1' === $comments_number ) { |
| 35 | } elseif ( 1 === $comments_number ) { |
36 | 36 | /* translators: %s: Post title. */ |
37 | 37 | printf( _x( 'One reply on “%s”', 'comments title', 'twentytwenty' ), get_the_title() ); |
38 | 38 | } else { |