Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1913 closed defect (bug) (fixed)

Topic delete and trash still use bbp_has_replies()

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.1.2 Priority: normal
Severity: normal Version: 2.1
Component: Component - Topics Keywords:
Cc:

Description

Topic trash and delete functions still use bbp_has_replies() which will filter queries and cause pre_trashed_replies to possibly not work.

Change History (3)

#1 @johnjamesjacoby
14 years ago

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

(In [4114]) Topic Actions:

  • Remove bbp_has_replies() from topic trash and topic delete functions.
  • Use WP_Query's instead.
  • Fixes #1913.
  • For 2.1 branch.

#2 @johnjamesjacoby
14 years ago

(In [4115]) Topic Actions:

  • Remove bbp_has_replies() from topic trash and topic delete functions.
  • Use WP_Query's instead.
  • Fixes #1913.
  • For 2.2 branch.

#3 @johnjamesjacoby
14 years ago

(In [4116]) Topic Actions:

  • Remove old bbpress() call in bbp_trash_topic() from r4114.
  • See #1913.
  • For 2.1 branch.
Note: See TracTickets for help on using tickets.