Ticket #1731 (closed defect: fixed)
Using wrong function to determine forum status in theme compat
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Theme Compatability | Version: | 2.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In bbp_template_include_theme_compat() we are mistakingly using bbp_get_forum_status() to get the post_status, when we should be using bbp_get_forum_visibility().
This doesn't currently cause any issues, but it may in the future.
Change History
comment:1
johnjamesjacoby — 4 weeks ago
- Status changed from new to closed
- Resolution set to fixed
comment:2
johnjamesjacoby — 4 days ago
Note: See
TracTickets for help on using
tickets.
(In [3694]) Use bbp_get_forum_visibility() instead of bbp_get_forum_status() in bbp_template_include_theme_compat(). Fixes #1731.