Opened 9 years ago
Closed 9 years ago
#3036 closed defect (bug) (fixed)
Compare against $component_action_name instead of $action in bbp_format_buddypress_notifications()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | Extend - BuddyPress | Keywords: | needs-patch reporter-feedback |
| Cc: |
Description
In BuddyPress 2.6.0 the core devs added $component_action_name, $component_name, $id as parameters to the bp_notifications_get_notifications_for_user filter and recommend comparing against $component_action_name instead of the original $action with regards on if a callback should act or not.
Current version still compares against $action
Change History (4)
#1
@
9 years ago
- Component changed from General to Extend - BuddyPress
- Keywords reporter-feedback added
- Milestone changed from Awaiting Review to 2.6
- Version set to 2.1
This ticket was mentioned in Slack in #buddypress by jjj. View the logs.
9 years ago
This ticket was mentioned in Slack in #bbpress by jjj. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
I see
component_nameandcomponent_actionbut notcomponent_action_name.