Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2010 10:33:18 PM (15 years ago)
Author:
apeatling
Message:

Fixes #2190 props wpmuguru

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-loader.php

    r2892 r2982  
    6565        switch_theme( 'bp-default', 'bp-default' );
    6666
     67    /* Install site options on activation */
     68    bp_core_activate_site_options( array( 'bp-disable-account-deletion' => 0, 'bp-disable-avatar-uploads' => 0, 'bp-disable-blogforum-comments' => 0,  'bp-disable-forum-directory' => 0,  'bp-disable-profile-sync' => 0 ) );
     69
    6770    do_action( 'bp_loader_activate' );
    6871}
Note: See TracChangeset for help on using the changeset viewer.