diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentythirteen/comments.php --- a/wp/wp-content/themes/twentythirteen/comments.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentythirteen/comments.php Mon Oct 14 17:39:30 2019 +0200 @@ -13,8 +13,9 @@ * If the current post is protected by a password and the visitor has not yet * entered the password we will return early without loading the comments. */ -if ( post_password_required() ) +if ( post_password_required() ) { return; +} ?>
' . get_the_title() . '' ); + printf( + _nx( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'comments title', 'twentythirteen' ), + number_format_i18n( get_comments_number() ), '' . get_the_title() . '' + ); ?>
'ol', - 'short_ping' => true, - 'avatar_size' => 74, - ) ); + wp_list_comments( + array( + 'style' => 'ol', + 'short_ping' => true, + 'avatar_size' => 74, + ) + ); ?>
1 && get_option( 'page_comments' ) ) : + if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> - + -