Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2011 08:39:23 PM (13 years ago)
Author:
johnjamesjacoby
Message:

bp-loader.php is a real boy! Introduce BuddyPress class to handle the loading of BuddyPress core and provide declarations to the $bp global variables. Ports several functions and methods from bbPress 2.0 into bp-core-update.php to manage the hand-off into the update routine. See #3739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-loader.php

    r5300 r5309  
    77require( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php'      );
    88require( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php'      );
     9require( BP_PLUGIN_DIR . '/bp-core/bp-core-update.php'     );
    910require( BP_PLUGIN_DIR . '/bp-core/bp-core-classes.php'    );
    1011require( BP_PLUGIN_DIR . '/bp-core/bp-core-filters.php'    );
     
    3031    bp_update_option( 'bp-active-components', $active_components );
    3132
    32 /** "And now for something completely different" ******************************/
    33 
    3433class BP_Core extends BP_Component {
    3534
Note: See TracChangeset for help on using the changeset viewer.