=' ) ) {
add_action( 'comment_form_after_fields', 'bc_checkbox_comment_after', 1 );
add_action( 'comment_form_logged_in_after', 'bc_checkbox_comment_after', 1 );
}
add_filter( 'preprocess_comment', 'bc_checkbox_comment_post' );
//Function for setting checkbox box
function bc_checkbox_comment_after(){
?>
Incorrect CAPTCHA, Please click back and reenter', 'buffercode_captcha'));
}
}
?>