diff --git a/wp-includes/functions-compat.php b/wp-includes/functions-compat.php index 65a452ba18..5911f3d537 100644 --- a/wp-includes/functions-compat.php +++ b/wp-includes/functions-compat.php @@ -91,7 +91,7 @@ if (!function_exists('array_change_key_case')) { /* Added in PHP 4.3.0 */ -if( !(function_exists('glob')) ): +if( !function_exists('glob') ): function glob($pattern) { // get pathname (everything up until the last / or \) $path=$output=null;