' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'bizpoint' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

    'ul', 'short_ping' => true, 'avatar_size' => 60, 'callback' => 'bizpoint_comments', ) ); ?>

'; $sp_fields = array( 'author' => '
', 'email' => '

', 'url' => '

', ); comment_form(array( 'comment_field' => $bizpoint_comment_field, 'title_reply_before' => '

', 'title_reply_after' => '

', 'title_reply' => esc_html__('Leave a Comment', 'bizpoint'), 'cancel_reply_link' => esc_html__('Cancel Comment', 'bizpoint'), 'label_submit' => esc_html__('Post Comment', 'bizpoint'), 'fields' => $sp_fields, 'class_submit' => 'submit btn btn-primary comment-submit-btn', 'submit_field' => '
%1$s %2$s
', 'cancel_reply_before' => '', 'class_form' => 'comment-form align-items-center row text-center' )); ?>