Changeset 5262 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 11/01/2011 11:21:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r5259 r5262 340 340 341 341 // Is the current user allowed to spam items? 342 if ( ! BP_Akismet::user_can_mark_spam() )342 if ( !bp_activity_user_can_mark_spam() ) 343 343 return false; 344 344 … … 357 357 358 358 // Mark as spam 359 $bp->activity->akismet->mark_as_spam( $activity );359 bp_activity_mark_as_spam( $activity ); 360 360 $activity->save(); 361 361
Note: See TracChangeset
for help on using the changeset viewer.