Changeset 2381 for trunk/bp-core.php
- Timestamp:
- 01/20/2010 04:21:20 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r2375 r2381 246 246 247 247 /* 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(); 249 250 250 251 update_site_option( 'bp-core-db-version', BP_CORE_DB_VERSION );
Note: See TracChangeset
for help on using the changeset viewer.