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, + ) ); ?>