Changeset 6644 for trunk/src/includes/forums/functions.php
- Timestamp:
- 08/07/2017 08:27:00 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r6607 r6644 1664 1664 'fields' => 'ids', 1665 1665 'post_parent' => $forum_id, 1666 'post_status' => array( bbp_get_trash_status_id(), bbp_get_spam_status_id(), bbp_get_pending_status_id()),1666 'post_status' => bbp_get_non_public_topic_statuses(), 1667 1667 'post_type' => bbp_get_topic_post_type(), 1668 1668 'posts_per_page' => -1,
Note: See TracChangeset
for help on using the changeset viewer.