Changes between Initial Version and Version 1 of Ticket #7020, comment 3
- Timestamp:
- 04/15/2016 10:44:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7020, comment 3
initial v1 1 1 `01.patch` modifies the `'bp_notifications_get_notifications_for_user'` filter to do the following: 2 2 - Introduces two new parameters - `$component_action_name` and `$component_name` as the 6th and 7th parameters to the filter. 3 - Deprecates the first parameter in the filter. It is recommended to do checks against the 6th parameter from now on.3 - Deprecates the first parameter in the filter. It is recommended to do notification action checks against the 6th parameter from now on. 4 4 - Adds proper documentation for the filter.