Skip to:
Content

BuddyPress.org

Changeset 3434 for trunk/bp-blogs.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-blogs.php

    r3421 r3434  
    717717add_action( 'wpmu_delete_user', 'bp_blogs_remove_data' );
    718718add_action( 'delete_user', 'bp_blogs_remove_data' );
    719 add_action( 'make_spam_user', 'bp_blogs_remove_data' );
     719add_action( 'bp_make_spam_user', 'bp_blogs_remove_data' );
    720720
    721721
Note: See TracChangeset for help on using the changeset viewer.