Changeset 5276 for trunk/bp-activity/bp-activity-akismet.php
- Timestamp:
- 11/05/2011 08:52:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-akismet.php
r5262 r5276 45 45 46 46 // 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 ); 48 48 49 49 // Tidy up member's latest (activity) update
Note: See TracChangeset
for help on using the changeset viewer.