← All changes
|
modules/system-info/reporters/network-plugins.php
+2
-2
4.3.0-beta2
→
3.5.6
View file →
| @@ -72,11 +72,11 @@ | ||
| 72 | 72 | */ |
| 73 | 73 | public function is_enabled() { |
| 74 | 74 | if ( ! is_multisite() ) { |
| 75 | 75 | return false; |
| 76 | - } | |
| 76 | + }; | |
| 77 | 77 | |
| 78 | - return (bool) $this->get_network_plugins(); | |
| 78 | + return ! ! $this->get_network_plugins(); | |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * Get network plugins report fields. |