Changeset 5403
- Timestamp:
- 11/28/2011 03:09:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r5333 r5403 442 442 443 443 // Are we network activated? 444 if ( is_multisite() )445 $this->is_network_activate = !empty( $versions['1.5-multi'] );444 if ( is_multisite() && empty( $versions['1.5-multi'] ) ) 445 $this->is_network_activate = true; 446 446 447 447 // Require all of the BuddyPress core libraries
Note: See TracChangeset
for help on using the changeset viewer.