- Timestamp:
- 08/22/2016 08:46:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r10851 r11022 58 58 'template', 59 59 'functions', 60 'notifications',61 60 'cache' 62 61 ); 62 63 // Notifications support. 64 if ( bp_is_active( 'notifications' ) ) { 65 $includes[] = 'notifications'; 66 } 63 67 64 68 if ( ! buddypress()->do_autoload ) {
Note: See TracChangeset
for help on using the changeset viewer.