Ticket #2361: 2361-1.patch
File 2361-1.patch, 577 bytes (added by , 15 years ago) |
---|
-
bp-blogs.php
53 53 function bp_blogs_check_installed() { 54 54 global $wpdb, $bp, $userdata; 55 55 56 /* Only create the bp-blogs tables if this is a multisite install */ 57 if ( is_site_admin() && bp_core_is_multisite() ) { 56 if ( is_site_admin() ) { 58 57 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */ 59 58 if ( get_site_option( 'bp-blogs-db-version' ) < BP_BLOGS_DB_VERSION ) 60 59 bp_blogs_install();