Changeset 12826 for trunk/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 12/18/2020 12:54:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12779 r12826 145 145 ); 146 146 147 if ( bp_is_active( 'blogs', 'site-icon' ) ) {147 if ( is_multisite() && bp_is_active( 'blogs', 'site-icon' ) ) { 148 148 $repair_list[91] = array( 149 149 'bp-blog-site-icons', … … 332 332 /* translators: %s: the result of the action performed by the repair tool */ 333 333 $statement = __( 'Repairing site icons/blog avatars synchronization… %s', 'buddypress' ); 334 335 if ( ! is_multisite() ) { 336 return array( 0, sprintf( $statement, __( 'Failed!', 'buddypress' ) ) ); 337 } 334 338 335 339 // Run function if blogs component is active.
Note: See TracChangeset
for help on using the changeset viewer.