#2871 closed defect (bug) (fixed)
WP_Hook
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Actions/Filters | Keywords: | |
Cc: |
Description
Via #WP17817
WordPress 4.5 introduces a significant reworking of action and filter iteration to address bugs that arose from recursive callbacks and from callbacks that changed the hooked callbacks on currently running actions/filters.
This will soon arrive in 4.4 /trunk to assess the extent of any potential damage
The purpose of this ticket is to patch bbPress 2.x in advance of this change being deployed to .org properties as outlined by Nacin in #WP17817#comment:169:
- We need some kind of fix or workaround (somewhere -- .org, core, or bb's) to avoid .org breakage.
Attached patch is courtesy of @jbrinley via #WP17817#comment:158
We will need to patch, test, deploy, and make this available for the following known bbPress 2.x forums on .org:
This works for me. It's been applied to BuddyPress buddypress:changeset:10279 and is working fine too (which I'm sure you know, that's just for completeness :) )