Changeset 6498 for trunk/src/includes/forums/functions.php
- Timestamp:
- 06/08/2017 01:58:51 AM (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
r6481 r6498 2290 2290 $posts_query->set( 'post_status', array_unique( array_filter( $post_stati ) ) ); 2291 2291 2292 // Some other post type besides bbPress'sForums, Topics, or Replies2292 // Some other post type besides Forums, Topics, or Replies 2293 2293 } elseif ( ! array_diff( $post_types, array( bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type() ) ) ) { 2294 2294
Note: See TracChangeset
for help on using the changeset viewer.