Skip to:
Content

BuddyPress.org

Changeset 389


Ignore:
Timestamp:
10/12/2008 07:15:55 PM (17 years ago)
Author:
apeatling
Message:

Stopped home blog being transformed into a home base if BuddyPress plugins are present of WordPress MU installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-signup.php

    r384 r389  
    286286    global $wpdb, $profile_picture_path;
    287287   
     288    if ( WP_INSTALLING )
     289        return false;
     290   
    288291    /* Only do this if this is a new user, and not a user creating a home base */
    289292    if ( !is_user_logged_in() ) {
Note: See TracChangeset for help on using the changeset viewer.