Remove debug cruft. fixes #2040
git-svn-id: http://svn.automattic.com/wordpress/trunk@3280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f2e257074
commit
ec0b1a8602
|
@ -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;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue