From 976597446920e3010860baedd5c13fd64bcbfd66 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 8 Nov 2005 22:28:45 +0000 Subject: [PATCH] Oops. Comment out stats dump. git-svn-id: https://develop.svn.wordpress.org/trunk@3018 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 27286f9612..2892704d5c 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -195,7 +195,7 @@ class WP_Object_Cache { } function save() { - $this->stats(); + //$this->stats(); if (!$this->cache_enabled) return;