Changes between Version 2 and Version 3 of Ticket #7476, comment 2
- Timestamp:
- 04/28/2017 07:03:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7476, comment 2
v2 v3 5 5 ---- 6 6 7 It would be nice to reassign groups to the next group admin or mod if one exists. 7 ~~It would be nice to reassign groups to the next group admin or mod if one exists.~~ Actually, it looks like we only delete groups if the user is the only group admin: 8 https://buddypress.trac.wordpress.org/browser/tags/2.8.2/src/bp-groups/classes/class-bp-groups-member.php?marks=1353,1354#L1335 9 10 The current check in the patch doesn't do a group admin count check, so that will need to be adjusted.