- Timestamp:
- 03/10/2016 07:45:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-component.php
r10555 r10652 46 46 $includes = array( 47 47 'actions', 48 'classes',49 48 'screens', 50 49 'adminbar', … … 53 52 'cache', 54 53 ); 54 55 if ( ! buddypress()->do_autoload ) { 56 $includes[] = 'classes'; 57 } 55 58 56 59 parent::includes( $includes );
Note: See TracChangeset
for help on using the changeset viewer.