From 29bf11f1ac8de70701edca22e7b651c6ecf6f273 Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Mon, 4 Nov 2019 21:18:34 +0200 Subject: [PATCH] - code formatting; --- includes/core/class-plugin-updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index 2c7cb144..78cc33ed 100644 --- a/includes/core/class-plugin-updater.php +++ b/includes/core/class-plugin-updater.php @@ -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 );