Changeset 11932
- Timestamp:
- 04/02/2018 04:46:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r11931 r11932 49 49 'cache', 50 50 'filters', 51 'activity',52 51 'template', 53 52 'functions', … … 56 55 57 56 // Conditional includes. 57 if ( bp_is_active( 'activity' ) ) { 58 $includes[] = 'activity'; 59 } 58 60 if ( bp_is_active( 'notifications' ) ) { 59 61 $includes[] = 'notifications';
Note: See TracChangeset
for help on using the changeset viewer.