Remove extraneous parens.

git-svn-id: https://develop.svn.wordpress.org/trunk@3245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-30 17:30:51 +00:00
parent 619d8d0c0c
commit 1f77f33d51
1 changed files with 1 additions and 1 deletions

View File

@ -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;