Changeset 2933 for branches/1.2/bp-xprofile.php
- Timestamp:
- 04/19/2010 03:30:24 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-xprofile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile.php
r2831 r2933 970 970 delete_usermeta( $user_id, 'bp_core_avatar_v2_path' ); 971 971 } 972 add_action( 'wpmu_delete_user', 'xprofile_remove_data', 1 ); 973 add_action( 'delete_user', 'xprofile_remove_data', 1 ); 972 add_action( 'wpmu_delete_user', 'xprofile_remove_data' ); 973 add_action( 'delete_user', 'xprofile_remove_data' ); 974 add_action( 'make_spam_user', 'xprofile_remove_data' ); 974 975 975 976
Note: See TracChangeset
for help on using the changeset viewer.