From 24d31cbef8bde185068b4263c637c19b375da810 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 30 Nov 2005 17:30:51 +0000 Subject: [PATCH] Remove extraneous parens. git-svn-id: http://svn.automattic.com/wordpress/trunk@3245 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 65a452ba1..5911f3d53 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;