Changeset 11360 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 12/29/2016 09:00:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r11349 r11360 118 118 */ 119 119 private function includes() { 120 if ( ! buddypress()->do_autoload ) {121 require( $this->admin_dir . 'bp-core-admin-classes.php' );122 }123 124 120 require( $this->admin_dir . 'bp-core-admin-actions.php' ); 125 121 require( $this->admin_dir . 'bp-core-admin-settings.php' );
Note: See TracChangeset
for help on using the changeset viewer.