diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 983e6baa0a..dbefabf25c 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -451,16 +451,11 @@ class WP_Object_Cache { echo "Cache Hits: {$this->cache_hits}
"; echo "Cache Misses: {$this->cache_misses}
"; echo "

"; - + echo ''; } /**