Skip to:
Content

BuddyPress.org

Ticket #1472: bp-core.diff

File bp-core.diff, 336 bytes (added by willnorris, 15 years ago)
  • bp-core.php

     
    17701770
    17711771        if ( (int)$user->spam )
    17721772                bp_core_redirect( $bp->root_domain );
     1773        else
     1774                return $auth_obj;
     1775
    17731776}
    17741777add_filter( 'authenticate', 'bp_core_boot_spammer', 11, 2 );