Remove debug cruft. fixes #2040

git-svn-id: https://develop.svn.wordpress.org/trunk@3280 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-12-08 23:54:24 +00:00
parent 3f81a79727
commit be4624c49b
1 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,6 @@ function glob($pattern) {
$output[]=$path . '/' . $dir;
}
closedir($handle);
print_r($output);
if(is_array($output))
return $output;
@ -153,4 +152,4 @@ function pattern_match($pattern,$string) {
}
endif;
?>
?>