From 1f77f33d51b7ad3da96630f31d64d7f94e18986b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 30 Nov 2005 17:30:51 +0000 Subject: [PATCH] Remove extraneous parens. git-svn-id: https://develop.svn.wordpress.org/trunk@3245 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions-compat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;