#2061 closed defect (bug) (fixed)
post_parent and exclude arguments for bbp_dropdown() not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Tools - Code Improvements | Keywords: | |
Cc: |
Description
On topic merge and split views, destination topic dropdown is supposed to only include topics from the current forum, but includes all topics. This is because bbp_dropdown() uses the child_of argument instead of post_parent for its call to get_posts(), and does not use the exclude parameter at all.
This also affect forum, topic, and reply admin-side "Parent" attribute metaboxes.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [4518]) Dropdown: