Changeset 6711 for trunk/wp-includes/cache.php
- Timestamp:
- 02/02/08 18:42:09 (1 year ago)
- Files:
-
- trunk/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/cache.php
r6543 r6711 354 354 355 355 $this->cache[$group][$id] = $data; 356 unset ($this->non_existant_objects[$group][$id]); 356 357 if(isset($this->non_existant_objects[$group][$id])) 358 unset ($this->non_existant_objects[$group][$id]); 357 359 358 360 return true;
