Changeset 13024
- Timestamp:
- 07/19/2021 08:46:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/classes/class-bp-blogs-component.php
r13006 r13024 138 138 if ( bp_is_active( 'activity' ) ) { 139 139 $includes[] = 'activity'; 140 } 141 142 if ( is_multisite() ) {143 $includes[] = 'widgets';144 $includes[] = 'blocks';140 141 if ( is_multisite() ) { 142 $includes[] = 'widgets'; 143 $includes[] = 'blocks'; 144 } 145 145 } 146 146 … … 398 398 $blocks = array(); 399 399 400 if ( is_multisite() ) {400 if ( is_multisite() && bp_is_active( 'activity' ) ) { 401 401 $blocks['bp/recent-posts'] = array( 402 402 'name' => 'bp/recent-posts',
Note: See TracChangeset
for help on using the changeset viewer.