summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/functions-compat.php
diff options
context:
space:
mode:
authormatt <matt@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-05-15 03:19:56 +0000
committermatt <matt@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-05-15 03:19:56 +0000
commit034694eb53dd71a980745f5594509890fd761998 (patch)
treec85517e8af3fce163f1d183afdf7c9ac7094d84e /wp-inst/wp-includes/functions-compat.php
parenta72266931b88c8fa300d2e29a69a2bb38a70654a (diff)
Lots and lots of changes.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@543 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/functions-compat.php')
-rw-r--r--wp-inst/wp-includes/functions-compat.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/functions-compat.php b/wp-inst/wp-includes/functions-compat.php
index b6d706c..25bef35 100644
--- a/wp-inst/wp-includes/functions-compat.php
+++ b/wp-inst/wp-includes/functions-compat.php
@@ -44,6 +44,7 @@ function printr($var, $do_not_echo = false) {
if (!$do_not_echo) {
echo "<pre>$code</pre>";
}
+ ob_end_clean();
return $code;
}
@@ -72,7 +73,7 @@ if (!defined('CASE_UPPER')) {
* @link http://php.net/function.array_change_key_case
* @author Stephan Schmidt <schst@php.net>
* @author Aidan Lister <aidan@php.net>
- * @version $Revision: 3471 $
+ * @version $Revision: 3689 $
* @since PHP 4.2.0
* @require PHP 4.0.0 (user_error)
*/