Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #7476, comment 2


Ignore:
Timestamp:
04/28/2017 07:03:09 PM (7 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7476, comment 2

    v2 v3  
    55----
    66
    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:
     8https://buddypress.trac.wordpress.org/browser/tags/2.8.2/src/bp-groups/classes/class-bp-groups-member.php?marks=1353,1354#L1335
     9
     10The current check in the patch doesn't do a group admin count check, so that will need to be adjusted.