Changeset 6814 for trunk/src/includes/forums/functions.php
- Timestamp:
- 04/23/2018 04:59:08 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r6784 r6814 2059 2059 2060 2060 // Some other post type besides Forums, Topics, or Replies 2061 } elseif ( ! array_diff( $post_types, get_post_types( array( 'source' => 'bbpress' )) ) ) {2061 } elseif ( ! array_diff( $post_types, bbp_get_post_types() ) ) { 2062 2062 2063 2063 // Get forums to exclude
Note: See TracChangeset
for help on using the changeset viewer.