Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7020, comment 3


Ignore:
Timestamp:
04/15/2016 10:44:08 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7020, comment 3

    initial v1  
    11`01.patch` modifies the `'bp_notifications_get_notifications_for_user'` filter to do the following:
    22- 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.
    44- Adds proper documentation for the filter.