diff --git a/comments.php b/comments.php index aba21bc..3187b07 100644 --- a/comments.php +++ b/comments.php @@ -31,7 +31,7 @@ if ( post_password_required() ) { if ( 1 === $comment_count ) { printf( /* translators: 1: title. */ - esc_html_e( 'One thought on “%1$s”', '_s' ), + esc_html__( 'One thought on “%1$s”', '_s' ), '' . get_the_title() . '' ); } else {