Changes between Initial Version and Version 1 of Ticket #4482, comment 7
- Timestamp:
- 05/14/2013 06:41:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4482, comment 7
initial v1 4 4 5 5 The `bp_group_has_members()` loop would support a new parameter of `role` and we can query for these member IDs and then pass them to `bp_has_members()`. 6 7 The negatives with this approach is this will require an additional query to grab the member IDs, but it reuses code that we don't have to duplicate.