Ticket #2950: 2950.diff
File 2950.diff, 851 bytes (added by , 15 years ago) |
---|
-
bp-loader.php
9 9 Network: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.3-bleeding' );13 12 define( 'BP_DB_VERSION', 1225 ); 14 13 15 14 // Define on which blog ID BuddyPress should run … … 32 31 * This file will load in each BuddyPress component based on which 33 32 * of the components have been activated on the "BuddyPress" admin menu. 34 33 */ 34 define( 'BP_VERSION', '1.3-bleeding' ); 35 35 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core.php' ); 36 36 $bp_deactivated = apply_filters( 'bp_deactivated_components', get_site_option( 'bp-deactivated-components' ) ); 37 37 … … 172 172 } 173 173 register_deactivation_hook( 'buddypress/bp-loader.php', 'bp_loader_deactivate' ); 174 174 175 ?> 176 No newline at end of file 175 ?>