Changeset 2302 for trunk/bp-blogs.php
- Timestamp:
- 01/15/2010 11:59:28 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r2274 r2302 1 1 <?php 2 2 3 define ( 'BP_BLOGS_DB_VERSION', ' 1800' );3 define ( 'BP_BLOGS_DB_VERSION', '2000' ); 4 4 5 5 /* Define the slug for the component */ … … 64 64 65 65 // On first installation - record all existing blogs in the system. 66 if ( !(int)get_site_option( 'bp-blogs-first-install') ) {66 if ( !(int)get_site_option( 'bp-blogs-first-install') && bp_core_is_multisite() ) { 67 67 bp_blogs_record_existing_blogs(); 68 68 add_site_option( 'bp-blogs-first-install', 1 );
Note: See TracChangeset
for help on using the changeset viewer.