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
This commit is contained in:
Andrew Nacin 2010-10-21 13:15:24 +00:00
parent f77e992298
commit 142fcc3a35
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>";