Changeset 9898
- Timestamp:
- 05/29/2015 07:51:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-loader.php
r9837 r9898 83 83 * In case the config is not multisite, the blog_public option is ignored. 84 84 */ 85 if ( 0 !== (int) get_option( 'blog_public') || ! is_multisite() ) {85 if ( 0 !== apply_filters( 'bp_is_blog_public', (int) get_option( 'blog_public' ) ) || ! is_multisite() ) { 86 86 87 87 /**
Note: See TracChangeset
for help on using the changeset viewer.