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:
parent
f77e992298
commit
142fcc3a35
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user