Opened 8 years ago
Closed 8 years ago
#3130 closed defect (bug) (fixed)
'bbp_get_forum', 'bbp_get_topic', 'bbp_get_reply' filters never run
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Actions/Filters | Keywords: | |
Cc: |
Description
[2787] and [2788] introduced bbp_get_forum
, bbp_get_topic
, and bbp_get_reply
filters for the respective functions.
However these filters never run, as each function in question returns the result before the final line gets control. See bbp_get_reply() for example.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Confirmed. I am a dummy.
These should assign a to variable, and return that through the filters.