Skip to:
Content

BuddyPress.org

Changeset 3434 for trunk/bp-activity.php


Ignore:
Timestamp:
11/17/2010 03:23:04 AM (14 years ago)
Author:
boonebgorges
Message:

Fires custom BP hook when user is marked as spam, in order to account for instances where Network is not enabled. Fixes #1975

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r3403 r3434  
    11601160add_action( 'wpmu_delete_user', 'bp_activity_remove_data' );
    11611161add_action( 'delete_user', 'bp_activity_remove_data' );
    1162 add_action( 'make_spam_user', 'bp_activity_remove_data' );
     1162add_action( 'bp_make_spam_user', 'bp_activity_remove_data' );
    11631163
    11641164/**
Note: See TracChangeset for help on using the changeset viewer.