diff --git a/404.php b/404.php index 1d285150..ddeeea0d 100644 --- a/404.php +++ b/404.php @@ -1,6 +1,6 @@ _e( 'Asides', '_s' ); elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) : - _e( 'Galleries', '_s'); + _e( 'Galleries', '_s' ); elseif ( is_tax( 'post_format', 'post-format-image' ) ) : - _e( 'Images', '_s'); + _e( 'Images', '_s' ); elseif ( is_tax( 'post_format', 'post-format-video' ) ) : _e( 'Videos', '_s' ); diff --git a/comments.php b/comments.php index 4098891d..4788f4ae 100644 --- a/comments.php +++ b/comments.php @@ -1,6 +1,6 @@

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

@@ -40,10 +42,12 @@ if ( post_password_required() ) {
    'ol', - 'short_ping' => true, - ) ); + wp_list_comments( + array( + 'style' => 'ol', + 'short_ping' => true, + ) + ); ?>
diff --git a/search.php b/search.php index 03d280d8..632ec098 100644 --- a/search.php +++ b/search.php @@ -1,6 +1,6 @@