Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,198
- How-to & Troubleshooting
- 126,976
- Creating & Extending
- 25,539
- Requests & Feedback
- 9,260
- Third Party Plugins
- 9,659
- Showcase
- 3,317
- Ideas
- 1,295
- Miscellaneous
- 8,710
-
Oh. You might try changing this line
if ( (int)get_blog_option( $blog['blog_id'], 'blog_public' ) ) {
to
if ( (int)get_option( 'blog_public' ) ) {
Again, untested.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS