Changeset 5848 for trunk/bp-loader.php
- Timestamp:
- 02/27/2012 03:29:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r5784 r5848 491 491 492 492 // Require all of the BuddyPress core libraries 493 require( $this->plugin_dir . 'bp-core/bp-core-actions.php' ); 493 494 require( $this->plugin_dir . 'bp-core/bp-core-caps.php' ); 494 495 require( $this->plugin_dir . 'bp-core/bp-core-cache.php' ); 495 require( $this->plugin_dir . 'bp-core/bp-core-hooks.php' );496 496 require( $this->plugin_dir . 'bp-core/bp-core-cssjs.php' ); 497 497 require( $this->plugin_dir . 'bp-core/bp-core-update.php' );
Note: See TracChangeset
for help on using the changeset viewer.