Changes between Initial Version and Version 1 of Ticket #7608, comment 7
- Timestamp:
- 03/06/2018 09:32:44 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7608, comment 7
initial v1 1 1 Hi @r-a-y- 2 2 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.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()` 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. 4 4 5 5 @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?