Changeset 10019
- Timestamp:
- 07/19/2015 09:07:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-loader.php
r10011 r10019 79 79 80 80 /* 81 * Set up the post post type to track.81 * Filters if a blog is public. 82 82 * 83 83 * In case the config is not multisite, the blog_public option is ignored. 84 * 85 * @since BuddyPress (2.3.0) 86 * 87 * @oaram int $value Whether or not the blog is public. 84 88 */ 85 89 if ( 0 !== apply_filters( 'bp_is_blog_public', (int) get_option( 'blog_public' ) ) || ! is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.