Changeset 5272
- Timestamp:
- 11/05/2011 08:09:23 PM (13 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r4965 r5272 4 4 5 5 // Require all of the BuddyPress core libraries 6 require( BP_PLUGIN_DIR . '/bp-core/bp-core-cache.php' ); 7 require( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php' ); 8 require( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php' ); 9 require( BP_PLUGIN_DIR . '/bp-core/bp-core-classes.php' ); 10 require( BP_PLUGIN_DIR . '/bp-core/bp-core-filters.php' ); 11 require( BP_PLUGIN_DIR . '/bp-core/bp-core-avatars.php' ); 12 require( BP_PLUGIN_DIR . '/bp-core/bp-core-widgets.php' ); 13 require( BP_PLUGIN_DIR . '/bp-core/bp-core-template.php' ); 14 require( BP_PLUGIN_DIR . '/bp-core/bp-core-buddybar.php' ); 15 require( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php' ); 16 require( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php' ); 17 require( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php' ); 6 require( BP_PLUGIN_DIR . '/bp-core/bp-core-cache.php' ); 7 require( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php' ); 8 require( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php' ); 9 require( BP_PLUGIN_DIR . '/bp-core/bp-core-classes.php' ); 10 require( BP_PLUGIN_DIR . '/bp-core/bp-core-filters.php' ); 11 require( BP_PLUGIN_DIR . '/bp-core/bp-core-avatars.php' ); 12 require( BP_PLUGIN_DIR . '/bp-core/bp-core-widgets.php' ); 13 require( BP_PLUGIN_DIR . '/bp-core/bp-core-template.php' ); 14 require( BP_PLUGIN_DIR . '/bp-core/bp-core-buddybar.php' ); 15 require( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php' ); 16 require( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php' ); 17 require( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php' ); 18 require( BP_PLUGIN_DIR . '/bp-core/bp-core-moderation.php' ); 18 19 19 20 // Load deprecated functions
Note: See TracChangeset
for help on using the changeset viewer.