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

sprintf( ' %s %s', __( 'Previous', 'bizflow' ), __( 'Comments', 'bizflow' ) ), 'next_text' => sprintf( '%s %s ', __( 'Next', 'bizflow' ), __( 'Comments', 'bizflow' )), ) ); endif; ?>