Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7078


Ignore:
Timestamp:
05/21/2016 06:26:43 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7078 – Description

    initial v1  
    11Addendum to #6327.
    22
    3 This patch replaces all `BP_Group_Member` static methods relying on DB queries with the new group membership cached versions available from #6327.
     3This patch replaces ~~all~~ most `BP_Group_Member` static methods relying on DB queries with the new group membership cached versions available from #6327.
    44
    55Patch also fixes up `groups_check_user_has_invite()` and `groups_check_for_membership_request()` to use the new `bp_get_user_groups() function.