From 402a9c33a15f2b3f1949d5e20d39dd10d4f64e93 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Aug 2021 13:53:44 -0400 Subject: [PATCH] Updated comments.php --- comments.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 + +