' . 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', 'bc-business-consulting' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

true, 'callback' => 'bc_business_consulting_walker_comment', ) ); ?>

'; $args = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' =>'
' . ''. ( $req ? '*' : '' ) . '
' , 'email' => '
' . '' . ( $req ? '*' : '' ) . '
', 'url' => '
' . ' ' . '
', ) ), 'comment_field' => '
', 'comment_notes_after' => '', 'class_form' => 'row ', 'title_reply_before' => '

', 'title_reply_after' => '

', 'logged_in_as' => '
' . sprintf( /* translators:straing */ __( 'Logged in as %2$s. Log out?','bc-business-consulting' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', 'must_log_in' => '
' . sprintf( /* translators:straing */ __( 'You must be logged in to post a comment.','bc-business-consulting' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
', 'comment_notes_before' => '
' . /* translators:straing */ __( 'Your email address will not be published.','bc-business-consulting' ) . '
', ); comment_form($args); echo '
'; ?>