Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/01/2011 11:21:59 PM (13 years ago)
Author:
djpaul
Message:

Second pass of Akismet support for the Activity component. See #3660

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/ajax.php

    r5259 r5262  
    340340
    341341    // Is the current user allowed to spam items?
    342     if ( !BP_Akismet::user_can_mark_spam() )
     342    if ( !bp_activity_user_can_mark_spam() )
    343343        return false;
    344344
     
    357357
    358358    // Mark as spam
    359     $bp->activity->akismet->mark_as_spam( $activity );
     359    bp_activity_mark_as_spam( $activity );
    360360    $activity->save();
    361361
Note: See TracChangeset for help on using the changeset viewer.