- Timestamp:
- 04/01/2018 11:37:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r11923 r11924 126 126 'filters', 127 127 'widgets', 128 'activity',129 128 'template', 130 129 'adminbar', … … 133 132 ); 134 133 134 // Conditional includes. 135 if ( bp_is_active( 'activity' ) ) { 136 $includes[] = 'activity'; 137 } 135 138 if ( is_admin() ) { 136 139 $includes[] = 'admin';
Note: See TracChangeset
for help on using the changeset viewer.