diff --git a/pj-buddypress-honeypot.php b/pj-buddypress-honeypot.php index f43db15..9742203 100644 --- a/pj-buddypress-honeypot.php +++ b/pj-buddypress-honeypot.php @@ -45,7 +45,6 @@ class pjbp_honeypot { function __construct() { add_action( 'bp_after_signup_profile_fields', array( &$this, 'add_honeypot' ) ); - add_filter( 'bp_core_validate_user_signup', array( &$this, 'check_honeypot' ) ); } /**