#2343 closed enhancement (fixed)
Theme compat enhancements
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.4 | Priority: | high |
| Severity: | normal | Version: | 2.1 |
| Component: | Appearance - Theme Compatibility | Keywords: | |
| Cc: |
Description
There is some discussion on http://buddypress.trac.wordpress.org/ticket/5021 regarding tightening up the theme compatibility scope to only happen at the beginning and end of the main query loop. While looking at this, there are several other enhancements and code improvements that should be done.
- Remove code duplication
- Use WP_Post instead of dummy array
- Introduce helper functions to handle located root templates
- Handle recursion of nested the_content() calls or nested 'the_content' filter usage
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 4975: