Ticket #143 (closed defect: fixed)

Opened 2 months ago

Last modified 5 weeks ago

Caching of Users/Wire Posts etc...

Reported by: whyisjake Owned by: andypeatling
Priority: major Milestone:
Version: Keywords: caching
Cc:

Description

After manually deleting a user, Site Admin -> Users -> Delete they remain on some of the profiles.

Change History

Changed 6 weeks ago by apeatling

  • status changed from new to closed
  • resolution set to fixed

There was a missing "wpmu_delete_user" action call. This has been added and should fix this problem.

Changed 5 weeks ago by dudboi

I don't know if this is possibly related to the abovementioned caching, but I noticed in
bp-friends.php:551-552
bp-groups.php:1713-1714
add_action( 'wpmu_delete_user', 'bp_core_remove_data', 1 );
add_action( 'delete_user', 'bp_core_remove_data', 1 );

Shouldn't the hooked functions be the respectve
friends_remove_data and
groups_remove_data

instead of bp_core? Or is this a temporary thing until everything's been settled?

Note: See TracTickets for help on using tickets.