Changes between Initial Version and Version 1 of Ticket #7078
- Timestamp:
- 05/21/2016 06:26:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7078 – Description
initial v1 1 1 Addendum to #6327. 2 2 3 This patch replaces all`BP_Group_Member` static methods relying on DB queries with the new group membership cached versions available from #6327.3 This patch replaces ~~all~~ most `BP_Group_Member` static methods relying on DB queries with the new group membership cached versions available from #6327. 4 4 5 5 Patch also fixes up `groups_check_user_has_invite()` and `groups_check_for_membership_request()` to use the new `bp_get_user_groups() function.