Changeset 3955 for trunk/bp-core/bp-core-loader.php
- Timestamp:
- 01/27/2011 09:15:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r3947 r3955 2 2 3 3 // Require all of the BuddyPress core libraries 4 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php' ); 5 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php' ); 4 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-cache.php' ); 6 5 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php' ); 7 6 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php' ); … … 13 12 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-buddybar.php' ); 14 13 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php' ); 14 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php' ); 15 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php' ); 15 16 16 17 // Load deprecated functions
Note: See TracChangeset
for help on using the changeset viewer.