- Timestamp:
- 08/22/2016 08:46:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r10676 r11022 54 54 'template', 55 55 'functions', 56 'notifications',57 56 'widgets', 58 57 ); 58 59 // Conditional includes. 60 if ( bp_is_active( 'notifications' ) ) { 61 $includes[] = 'notifications'; 62 } 59 63 60 64 if ( ! buddypress()->do_autoload ) {
Note: See TracChangeset
for help on using the changeset viewer.