Remove extraneous parens.
git-svn-id: https://develop.svn.wordpress.org/trunk@3245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
619d8d0c0c
commit
1f77f33d51
@ -91,7 +91,7 @@ if (!function_exists('array_change_key_case')) {
|
|||||||
|
|
||||||
/* Added in PHP 4.3.0 */
|
/* Added in PHP 4.3.0 */
|
||||||
|
|
||||||
if( !(function_exists('glob')) ):
|
if( !function_exists('glob') ):
|
||||||
function glob($pattern) {
|
function glob($pattern) {
|
||||||
// get pathname (everything up until the last / or \)
|
// get pathname (everything up until the last / or \)
|
||||||
$path=$output=null;
|
$path=$output=null;
|
||||||
|
Loading…
Reference in New Issue
Block a user