From ff6337943b14b6c65ee8bc71fd26d3822d34152e Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Wed, 29 Apr 2015 08:32:11 +0700 Subject: [PATCH] Better coding standards. See #737. --- comments.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/comments.php b/comments.php index 1f3d809..0ba40a7 100644 --- a/comments.php +++ b/comments.php @@ -25,14 +25,17 @@ if ( post_password_required() ) {

' . get_the_title() . '' ); + printf( + _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 ?>