Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 10 years ago

#2688 closed defect (bug) (fixed)

Incorrect apply_filter calls in forum query functions

Reported by: netweb's profile netweb Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Component - Forums Keywords: has-patch
Cc:

Description

Looks like some copy pasta snuck into the apply_filters calls in:

  • bbp_forum_query_topic_ids()
  • bbp_forum_query_subforum_ids()
  • bbp_forum_query_last_reply_id()

Attachments (1)

2688.diff (1.7 KB) - added by netweb 10 years ago.

Download all attachments as: .zip

Change History (3)

@netweb
10 years ago

#1 @netweb
10 years ago

  • Milestone changed from Awaiting Review to 2.6

#2 @johnjamesjacoby
10 years ago

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

In 5855:

Forums: Fix copy-pasta filter names.

This changeset corrects filters used in 2 apply_filters() calls to properly match their function names.

Props netweb. Fixes #2688.

Note: See TracTickets for help on using tickets.