Changeset 6873 for trunk/bp-core/bp-core-update.php
- Timestamp:
- 03/27/2013 01:23:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-update.php
r6870 r6873 175 175 $raw_db_version = (int) bp_get_db_version_raw(); 176 176 177 $default_components = apply_filters( 'bp_new_install_default_components', array( 'activity' => 1, ' xprofile' => 1, ) );177 $default_components = apply_filters( 'bp_new_install_default_components', array( 'activity' => 1, 'members' => 1, 'xprofile' => 1, ) ); 178 178 require_once( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-schema.php' ); 179 179
Note: See TracChangeset
for help on using the changeset viewer.