Changeset 2982 for branches/1.2/bp-loader.php
- Timestamp:
- 05/03/2010 10:33:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-loader.php
r2892 r2982 65 65 switch_theme( 'bp-default', 'bp-default' ); 66 66 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 67 70 do_action( 'bp_loader_activate' ); 68 71 }
Note: See TracChangeset
for help on using the changeset viewer.