Skip to:
Content

BuddyPress.org

Changeset 2381 for trunk/bp-core.php


Ignore:
Timestamp:
01/20/2010 04:21:20 PM (16 years ago)
Author:
apeatling
Message:

Standardizing activity stream fields and splitting the action from the content for better manageability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2375 r2381  
    246246
    247247    /* Add names of root components to the banned blog list to avoid conflicts */
    248     bp_core_add_illegal_names();
     248    if ( bp_core_is_multisite() )
     249        bp_core_add_illegal_names();
    249250
    250251    update_site_option( 'bp-core-db-version', BP_CORE_DB_VERSION );
Note: See TracChangeset for help on using the changeset viewer.