| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | * |
| 56 | 56 | * @return bool True if the site has must-use plugins, False otherwise. |
| 57 | 57 | */ |
| 58 | 58 | public function is_enabled() { |
| 59 | - return (bool) $this->get_mu_plugins(); | |
| 59 | + return ! ! $this->get_mu_plugins(); | |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | 63 | * Get must-use plugins reporter title. |