Changeset 5262 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 11/01/2011 11:21:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r5259 r5262 195 195 196 196 // Is the current user allowed to spam items? 197 if ( ! BP_Akismet::user_can_mark_spam() )197 if ( !bp_activity_user_can_mark_spam() ) 198 198 return false; 199 199 … … 210 210 211 211 // Mark as spam 212 $bp->activity->akismet->mark_as_spam( $activity );212 bp_activity_mark_as_spam( $activity ); 213 213 $activity->save(); 214 214
Note: See TracChangeset
for help on using the changeset viewer.