From 0b96c02e02e8102d8ff96a6347722827510a5583 Mon Sep 17 00:00:00 2001 From: Jack Lenox Date: Wed, 25 Jun 2014 10:31:51 +0100 Subject: [PATCH] Undid my multiline function corrections --- comments.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/comments.php b/comments.php index 4788f4a..d58eac7 100644 --- a/comments.php +++ b/comments.php @@ -25,10 +25,8 @@ 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() . '' ); ?>

@@ -42,12 +40,10 @@ if ( post_password_required() ) {
    'ol', - 'short_ping' => true, - ) - ); + wp_list_comments( array( + 'style' => 'ol', + 'short_ping' => true, + ) ); ?>