Skip to:
Content

BuddyPress.org

Changeset 2302 for trunk/bp-blogs.php


Ignore:
Timestamp:
01/15/2010 11:59:28 AM (16 years ago)
Author:
apeatling
Message:

Fixed incorrect echo on bp_root_domain() calls. Fixed #1288. Added warning to theme headers about copying themes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r2274 r2302  
    11<?php
    22
    3 define ( 'BP_BLOGS_DB_VERSION', '1800' );
     3define ( 'BP_BLOGS_DB_VERSION', '2000' );
    44
    55/* Define the slug for the component */
     
    6464
    6565    // 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() ) {
    6767        bp_blogs_record_existing_blogs();
    6868        add_site_option( 'bp-blogs-first-install', 1 );
Note: See TracChangeset for help on using the changeset viewer.