Ticket #2789: 2789.002.patch
File 2789.002.patch, 595 bytes (added by , 15 years ago) |
---|
-
buddypress/bp-core/admin/bp-core-upgrade.php
5 5 6 6 require_once( dirname( dirname( __FILE__ ) ) . '/bp-core-wpabstraction.php' ); 7 7 8 register_theme_directory( WP_PLUGIN_DIR . '/buddypress/bp-themes' );9 10 8 // Install site options on activation 11 9 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 ) ); 12 10