Changeset 6672 for trunk/src/includes/forums/functions.php
- Timestamp:
- 08/28/2017 02:09:54 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
r6644 r6672 2049 2049 2050 2050 // Some other post type besides Forums, Topics, or Replies 2051 } elseif ( ! array_diff( $post_types, array( bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type() ) ) ) {2051 } elseif ( ! array_diff( $post_types, get_post_types( array( 'source' => 'bbpress' ) ) ) ) { 2052 2052 2053 2053 // Get forums to exclude
Note: See TracChangeset
for help on using the changeset viewer.