diff --git a/web/app/mu-plugins/bedrock-autoloader.php b/web/app/mu-plugins/bedrock-autoloader.php index 0e9ff37bec..81aba265ed 100644 --- a/web/app/mu-plugins/bedrock-autoloader.php +++ b/web/app/mu-plugins/bedrock-autoloader.php @@ -55,8 +55,9 @@ public function loadPlugins() { */ public function showInAdmin($bool, $type) { $screen = get_current_screen(); + $current = is_multisite() ? 'plugins-network' : 'plugins'; - if ($screen->{'base'} != 'plugins' || $type != 'mustuse' || !current_user_can('activate_plugins')) { + if ($screen->{'base'} != $current || $type != 'mustuse' || !current_user_can('activate_plugins')) { return $bool; }