Changeset 5849
- Timestamp:
- 07/15/2015 09:52:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/functions.php
r5829 r5849 130 130 $topic = get_posts( array( 131 131 'name' => bp_action_variable( 1 ), 132 'post_status' => 'publish',132 'post_status' => array_keys( bbp_get_topic_statuses() ), 133 133 'post_type' => bbp_get_topic_post_type(), 134 134 'numberposts' => 1 … … 538 538 * @uses bbp_get_forum_id() To get the forum id 539 539 * @uses bbp_get_forum_group_ids() To get the forum's group ids 540 * @uses apply_filters() Calls 'bbp_forum_is_group_forum' with the forum id 540 * @uses apply_filters() Calls 'bbp_forum_is_group_forum' with the forum id 541 541 * @return bool True if it is a group forum, false if not 542 542 */
Note: See TracChangeset
for help on using the changeset viewer.