Changeset 6711 for trunk/wp-includes/cache.php
- Timestamp:
- 02/02/2008 06:42:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.