From d3451c6301cff52cd9b8e20c261856d9ba8d0937 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 21 Oct 2010 13:15:24 +0000 Subject: [PATCH] Fix html in WP_Object_Cache::stats. props Utkarsh, fixes #15183. git-svn-id: http://svn.automattic.com/wordpress/trunk@15884 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 49362bc7b..983e6baa0 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -456,6 +456,7 @@ class WP_Object_Cache { echo "

"; echo "Group: $group
"; echo "Cache:"; + echo "

"; echo "
";
 			echo esc_html( print_r( $cache, true ) );
 			echo "
";