responses ) { /* translators: %s: post title */ printf( esc_html( 'One reply on “%s”', 'comments title', 'urban-charity' ), esc_html(get_the_title()) ); } else { printf( /* translators: 1: number of comments, 2: post title */ esc_html( '%1$s reply on “%2$s”', '%1$s replies on “%2$s”', $urban_charity_discussion->responses, 'comments title', 'urban-charity' ), esc_html(number_format_i18n( $urban_charity_discussion->responses )), esc_html(get_the_title()) ); } } ?>

sprintf( '%s %s %s', '', __( 'Previous', 'urban-charity' ), __( 'Comments', 'urban-charity' ) ), 'next_text' => sprintf( '%s %s %s', __( 'Next', 'urban-charity' ), __( 'Comments', 'urban-charity' ), '' ), ) ); endif; // Show comment form at bottom if showing newest comments at the bottom. if ( comments_open() && 'asc' === strtolower( get_option( 'comment_order', 'asc' ) ) ) : ?>