#1676 closed defect (bug) (fixed)
Some themes reset $post global allowing comment_status 'open' to peek through
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | high |
| Severity: | normal | Version: | 2.0 |
| Component: | Appearance - Theme Compatibility | Keywords: | |
| Cc: |
Description
Some themes and theme frameworks reset the $post global after bbPress does it's theme compatibility dirty work. This can sometimes have the side effect of the comment_status $post variable being set to 'open' when it should be reset to 'closed' which makes the comments form appear in forums, topics, and replies - all screens where comments should not appear.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3589]) Force comment_status to 'closed' for forums, topics, and replies. Fixes #1676.