Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2011 08:52:03 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Increase Activity stream Akismet priority from 1 to 4. Tweak Akismet setup to split out Akismet activation and missing key scenarios.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-akismet.php

    r5262 r5276  
    4545
    4646        // Check activity for spam
    47         add_action( 'bp_activity_before_save',     array( $this, 'check_activity' ), 1, 1 );
     47        add_action( 'bp_activity_before_save',     array( $this, 'check_activity' ), 4, 1 );
    4848
    4949        // Tidy up member's latest (activity) update
Note: See TracChangeset for help on using the changeset viewer.