Ticket #1731 (closed defect: fixed)

Opened 4 weeks ago

Last modified 4 days ago

Using wrong function to determine forum status in theme compat

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
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

  • Status changed from new to closed
  • Resolution set to fixed

(In [3694]) Use bbp_get_forum_visibility() instead of bbp_get_forum_status() in bbp_template_include_theme_compat(). Fixes #1731.

(In [3751]) Use proper function in bbp_get_the_content(). Fixes #1731.

Note: See TracTickets for help on using tickets.