diff --git a/comments.php b/comments.php index 72fb9bb..23c6138 100755 --- a/comments.php +++ b/comments.php @@ -1,6 +1,6 @@
- + 'comment','post_id' => $post->ID)) ); - printf( _nx( 'One comment on “%2$s”', '%1$s comments on “%2$s”', $post_comments, 'comments title', 'atticus-finch' ), + printf( _nx( 'One comment on “%2$s”', '%1$s comments on “%2$s”', $post_comments, 'comments title', 'portage' ), number_format_i18n( $post_comments ), '' . get_the_title() . '' ); ?> @@ -34,7 +34,7 @@ 'pings', 'post_id' => $post->ID )) ); if ( $post_pings > 0 ) { - printf( _nx( 'One pingback/trackback on “%2$s”', '%1$s pingbacks/trackbacks on “%2$s”', $post_pings, 'pingbacks title', 'atticus-finch' ), + printf( _nx( 'One pingback/trackback on “%2$s”', '%1$s pingbacks/trackbacks on “%2$s”', $post_pings, 'pingbacks title', 'portage' ), number_format_i18n( $post_pings ), '' . get_the_title() . '' ); } ?> @@ -56,20 +56,20 @@ if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> -

+

- + - + - -
\ No newline at end of file + +