From 142fcc3a359d5a51633ac7058f2888286bdce8d2 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@15884 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/cache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 49362bc7bf..983e6baa0a 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 "
";