Changeset 9603
- Timestamp:
- 03/06/2015 09:05:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/src/bp-blogs/bp-blogs-loader.php
r9351 r9603 82 82 * In case the config is not multisite, the blog_public option is ignored. 83 83 */ 84 if ( 0 !== (int) get_option( 'blog_public') || ! is_multisite() ) {84 if ( 0 !== apply_filters( 'bp_is_blog_public', (int) get_option( 'blog_public' ) ) || ! is_multisite() ) { 85 85 86 86 /**
Note: See TracChangeset
for help on using the changeset viewer.