Changeset 9218 for trunk/src/bp-blogs/bp-blogs-loader.php
- Timestamp:
- 12/09/2014 12:54:33 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-loader.php
r9194 r9218 83 83 */ 84 84 if ( 0 !== (int) get_option( 'blog_public' ) || ! is_multisite() ) { 85 // Get all posts to track. 85 86 /** 87 * Filters the post types to track for the Blog component. 88 * 89 * @since BuddyPress (1.5.0) 90 * 91 * @param array $value Array of post types to track. 92 */ 86 93 $post_types = apply_filters( 'bp_blogs_record_post_post_types', array( 'post' ) ); 87 94
Note: See TracChangeset
for help on using the changeset viewer.