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
This commit is contained in:
nacin 2010-10-21 13:15:24 +00:00
parent e967237499
commit d3451c6301
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ class WP_Object_Cache {
echo "<p>";
echo "<strong>Group:</strong> $group<br />";
echo "<strong>Cache:</strong>";
echo "</p>";
echo "<pre>";
echo esc_html( print_r( $cache, true ) );
echo "</pre>";