Changeset 5848
- Timestamp:
- 02/27/2012 03:29:01 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r5847 r5848 15 15 // Exit if accessed directly 16 16 if ( !defined( 'ABSPATH' ) ) exit; 17 18 /** ACTIONS *******************************************************************/19 17 20 18 /** … … 106 104 */ 107 105 108 /** The hooks *****************************************************************/106 /** Sub-actions ***************************************************************/ 109 107 110 108 /** -
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.