mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
esc_html in WP_Object_Cache::stats(). fixes #15003.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e157f923ed
commit
7bb63ebe44
@ -457,7 +457,7 @@ class WP_Object_Cache {
|
||||
echo "<strong>Group:</strong> $group<br />";
|
||||
echo "<strong>Cache:</strong>";
|
||||
echo "<pre>";
|
||||
print_r($cache);
|
||||
echo esc_html( print_r( $cache, true ) );
|
||||
echo "</pre>";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user