diff --git a/lib/Config/Initializer.php b/lib/Config/Initializer.php index d121a87d34..a514fc9cbc 100644 --- a/lib/Config/Initializer.php +++ b/lib/Config/Initializer.php @@ -238,7 +238,7 @@ class Initializer { function handleFailedInitialization($message) { // Check if we are able to add pages at this point - if (function_exists('wp_get_current_user')) { + if(function_exists('wp_get_current_user')) { Menu::addErrorPage(); } return WPNotice::displayError($message);