Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 10 years ago

#2810 closed defect (bug) (fixed)

`bbp_get_pending_status_id()` should be included in`bbp_get_all_child_ids()`

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Component - Any/All Keywords:
Cc:

Description

Pending post status bbp_get_pending_status_id() should be included in bbp_get_all_child_ids()

Existing post status' included in bbp_get_all_child_ids() are:

  • bbp_get_private_status_id();
  • bbp_get_hidden_status_id();
  • bbp_get_closed_status_id();
  • bbp_get_trash_status_id();
  • bbp_get_spam_status_id();

Attachments (1)

2810.diff (2.1 KB) - added by netweb 10 years ago.

Download all attachments as: .zip

Change History (3)

#1 @netweb
10 years ago

In 5787:

Tests: Test test_bbp_get_all_child_ids() for bbp_get_all_child_ids()

Props thebrandonallen, netweb. See #2810, #2801

@netweb
10 years ago

#2 @netweb
10 years ago

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

In 5788:

Common: Include bbp_get_pending_status_id() post status for topic and reply post type cases in bbp_get_all_child_ids() and PHPDoc fixes including addition of missing @since revision

Props netweb. Fixes #2810

Note: See TracTickets for help on using tickets.