Skip to:
Content

BuddyPress.org

Changeset 2200


Ignore:
Timestamp:
12/18/2009 10:49:55 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1472 props willnorris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2198 r2200  
    17711771    if ( (int)$user->spam )
    17721772        bp_core_redirect( $bp->root_domain );
     1773    else
     1774        return $auth_obj;
    17731775}
    17741776add_filter( 'authenticate', 'bp_core_boot_spammer', 11, 2 );
Note: See TracChangeset for help on using the changeset viewer.