Skip to:
Content

BuddyPress.org

Ticket #2950: 2950.diff

File 2950.diff, 851 bytes (added by wpmuguru, 15 years ago)
  • bp-loader.php

     
    99Network: true
    1010*/
    1111
    12 define( 'BP_VERSION', '1.3-bleeding' );
    1312define( 'BP_DB_VERSION', 1225 );
    1413
    1514// Define on which blog ID BuddyPress should run
     
    3231         * This file will load in each BuddyPress component based on which
    3332         * of the components have been activated on the "BuddyPress" admin menu.
    3433         */
     34        define( 'BP_VERSION', '1.3-bleeding' );
    3535        require_once( WP_PLUGIN_DIR . '/buddypress/bp-core.php' );
    3636        $bp_deactivated = apply_filters( 'bp_deactivated_components', get_site_option( 'bp-deactivated-components' ) );
    3737
     
    172172}
    173173register_deactivation_hook( 'buddypress/bp-loader.php', 'bp_loader_deactivate' );
    174174
    175 ?>
    176  No newline at end of file
     175?>