Changes between Initial Version and Version 1 of Ticket #7192, comment 2
- Timestamp:
- 07/20/2016 07:43:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7192, comment 2
initial v1 2 2 3 3 Perhaps, we should think about using the new `bp_user_can()` function in `bp_current_user_can()`. `02.patch` is an attempt at merging this functionality. In an ideal world, we would drop support for the `'bp_current_user_can'` filter in place of the `'bp_user_can'` filter instead. 4 5 The XProfile cap changes are related to #6730.