Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1650 closed defect (bug) (fixed)

bbp_get_forum_class() echoes class string instead of returning it

Reported by: ddean Owned by:
Priority: normal Milestone: 2.1
Component: Component - Forums Version: 2.0
Severity: normal Keywords:
Cc:

Description

Looks like use of the function post_class() instead of get_post_class() internally is the cause.

Change History (6)

#1 @cnorris23
15 years ago

  • Milestone Awaiting Review2.1

Good catch!

#2 @johnjamesjacoby
15 years ago

  • Milestone 2.12.0.1

#3 @johnjamesjacoby
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [3543]) Use get_post_class() to fix premature echo of forum/topic/reply post classes. Fixes #1650.

#4 @johnjamesjacoby
15 years ago

(In [3571]) Use get_post_class() to fix premature echo of forum/topic/reply post classes. See #1650, r3543. (2.1)

#5 @johnjamesjacoby
15 years ago

  • Milestone 2.0.1

Milestone 2.0.1 deleted

#6 @johnjamesjacoby
15 years ago

  • Milestone2.1
Note: See TracTickets for help on using tickets.