mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- code formatting;
This commit is contained in:
@@ -158,7 +158,7 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
|
||||
switch_to_blog( $site->blog_id );
|
||||
|
||||
$the_plugs = get_option( 'active_plugins' );
|
||||
if( ! $the_plugs ) {
|
||||
if ( ! $the_plugs ) {
|
||||
$the_plugs = array();
|
||||
}
|
||||
$the_plugs = array_merge( $the_plugs, $sitewide_plugins );
|
||||
|
||||
Reference in New Issue
Block a user