rebase on oct-10-2023
This commit is contained in:
@@ -32,7 +32,7 @@ if ( post_password_required() ) { ?>
|
||||
<?php if ( have_comments() ) : ?>
|
||||
<h3 id="comments">
|
||||
<?php
|
||||
if ( 1 == get_comments_number() ) {
|
||||
if ( '1' === get_comments_number() ) {
|
||||
printf(
|
||||
/* translators: %s: Post title. */
|
||||
__( 'One response to %s' ),
|
||||
|
||||
Reference in New Issue
Block a user