' . 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”', $Business_Consultant_Finder_comment_count, 'comments title', 'business-consultant-finder' ) ), number_format_i18n( $Business_Consultant_Finder_comment_count ), '' . get_the_title() . '' ); } ?>

apply_filters( 'comment_form_default_fields', array( 'author' =>'
' . ''. ( $req ? '*' : '' ) . '
' , 'email' => '
' . '' . ( $req ? '*' : '' ) . '
', 'url' => '
' . ' ' . '
', 'cookies' => '', ) ), 'comment_field' => '
', 'class_form' => 'row', 'submit_button' => '', 'title_reply_before' => '

', 'title_reply_after' => '

', 'comment_notes_before' => '

' . esc_html__( 'Your email address will not be published. Required fields are marked *.','business-consultant-finder' ) . '

', 'comment_notes_after' => '
' ./* translators: 1: title. */ sprintf( esc_html__( 'You may use these HTML tags and attributes: %s', 'business-consultant-finder' ), ' ' . allowed_tags() . '' ) . '
', ); ?>