Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2010 03:30:24 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r2923 r2933  
    19261926    wp_cache_flush();
    19271927}
    1928 add_action( 'wpmu_delete_user', 'bp_core_remove_data', 1 );
    1929 add_action( 'delete_user', 'bp_core_remove_data', 1 );
    1930 add_action( 'make_spam_user', 'bp_core_remove_data', 1 );
     1928add_action( 'wpmu_delete_user', 'bp_core_remove_data' );
     1929add_action( 'delete_user', 'bp_core_remove_data' );
     1930add_action( 'make_spam_user', 'bp_core_remove_data' );
    19311931
    19321932/**
Note: See TracChangeset for help on using the changeset viewer.