Make WordPress Core

Changeset 3018


Ignore:
Timestamp:
11/08/2005 10:28:45 PM (20 years ago)
Author:
ryan
Message:

Oops. Comment out stats dump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cache.php

    r3017 r3018  
    196196   
    197197    function save() {
    198         $this->stats();
     198        //$this->stats();
    199199
    200200        if (!$this->cache_enabled)
Note: See TracChangeset for help on using the changeset viewer.