#5156 closed defect (bug) (fixed)
Theme compat content cannot be filtered
Reported by: | ddean | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Appearance - Template Pack | Keywords: | has-patch |
Cc: | david@… |
Description
Calls to bp_buffer_template_part
hooked to the bp_replace_the_content
filter echo content rather than returning it.
Content is immediately displayed instead of being passed along to later functions hooking bp_replace_the_content
.
Attachments (2)
Change History (7)
#2
@
11 years ago
- Keywords has-patch needs-refresh added
- Milestone changed from Awaiting Review to 1.8.2
- Version set to 1.7
Good catch. We should do this for all components like you stated, ddean.
#3
@
11 years ago
- Keywords needs-refresh removed
- Milestone changed from 1.8.2 to 1.9
Thanks for the refresh, ddean.
Note: See
TracTickets for help on using
tickets.
I'm attaching a patch for Groups as an example, but it's like this for the Activity, Blogs, Forums, Groups, and Members components.