Skip to:
Content

BuddyPress.org

Changeset 4023


Ignore:
Timestamp:
02/08/2011 07:15:02 PM (14 years ago)
Author:
djpaul
Message:

On a new install, mark all components as checked so that they would be active by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-admin.php

    r4022 r4023  
    332332        );
    333333    }
    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
    335339    ?>
    336340   
Note: See TracChangeset for help on using the changeset viewer.