Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7608, comment 7


Ignore:
Timestamp:
03/06/2018 09:32:44 PM (7 years ago)
Author:
dcavins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7608, comment 7

    initial v1  
    11Hi @r-a-y-
    22
    3 Thanks again for your feedback. The `group_id` is optional in those `bp_current_user_can()` calls because `bp_get_current_group_id()` is reliable in those two instances (and `bp_groups_user_can_filter()` ). I'm leaving it off to keep it simpler (in those template uses), but we can add it to be complete if that makes more sense.
     3Thanks again for your feedback. The `group_id` is optional in those `bp_current_user_can()` calls because `bp_get_current_group_id()` is reliable in those two instances (and `bp_groups_user_can_filter()` uses it to get the current group if no `group_id` is passed). I'm leaving it off to keep it simpler (in those template uses), but we can add it to be complete if that makes more sense.
    44
    55@boonebgorges, as the keeper of the history of the groups component, can you check my "historical note" in the attached patch to make sure I'm actually correct in my understanding?