Ticket #1472: bp-core.diff
File bp-core.diff, 336 bytes (added by , 15 years ago) |
---|
-
bp-core.php
1770 1770 1771 1771 if ( (int)$user->spam ) 1772 1772 bp_core_redirect( $bp->root_domain ); 1773 else 1774 return $auth_obj; 1775 1773 1776 } 1774 1777 add_filter( 'authenticate', 'bp_core_boot_spammer', 11, 2 );