mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
e967237499
commit
d3451c6301
@ -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