diff --git a/comments.php b/comments.php index 4d20251..e29109f 100644 --- a/comments.php +++ b/comments.php @@ -25,11 +25,13 @@ if ( post_password_required() ) {

' . get_the_title() . '' ); + printf( // WPCS: XSS OK. + esc_html( _nx( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'comments title', '_s' ) ), + number_format_i18n( get_comments_number() ), + '' . get_the_title() . '' + ); ?> -

+ 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through. ?>