Changeset 5524 for trunk/bp-core/bp-core-loader.php
- Timestamp:
- 12/12/2011 02:33:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r5316 r5524 24 24 function __construct() { 25 25 parent::start( 26 ' _core',26 'core', 27 27 __( 'BuddyPress Core', 'buddypress' ) 28 28 , BP_PLUGIN_DIR … … 119 119 // Add Core to required components 120 120 $bp->required_components[] = 'core'; 121 } 122 123 function includes() { 124 125 if ( !is_admin() ) 126 return; 127 128 $includes = array( 129 'admin' 130 ); 131 132 parent::includes( $includes ); 121 133 } 122 134
Note: See TracChangeset
for help on using the changeset viewer.