Changeset 6814 for trunk/src/includes/core/sub-actions.php
- Timestamp:
- 04/23/2018 04:59:08 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/sub-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/sub-actions.php
r6792 r6814 271 271 // Get bbPress post types 272 272 $post_type = get_post_type( $post ); 273 $types = get_post_types( array( 'source' => 'bbpress' ));273 $types = bbp_get_post_types(); 274 274 275 275 // Bail if post is not a bbPress post type
Note: See TracChangeset
for help on using the changeset viewer.