diff --git a/wp-includes/functions-compat.php b/wp-includes/functions-compat.php index 5911f3d53..f27438439 100644 --- a/wp-includes/functions-compat.php +++ b/wp-includes/functions-compat.php @@ -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; -?> \ No newline at end of file +?>