Changeset 4023
- Timestamp:
- 02/08/2011 07:15:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r4022 r4023 332 332 ); 333 333 } 334 334 335 // On new install, set all components to be active by default 336 if ( 'install' == $bp_wizard->setup_type && empty( $active_components ) ) 337 $active_components = $optional_components; 338 335 339 ?> 336 340
Note: See TracChangeset
for help on using the changeset viewer.