Remove extraneous parens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f6c123fa7
commit
24d31cbef8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue