Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [New Plugin] BuddyPress Activity Stream as Blog Comments


Boone Gorges
Keymaster

@boonebgorges

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.

Skip to toolbar