Changeset 4953 for trunk/wp-includes/cache.php
- Timestamp:
- 02/27/2007 03:24:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cache.php
r4856 r4953 387 387 return $this->__construct(); 388 388 } 389 389 390 390 function __construct() { 391 391 global $blog_id; … … 430 430 function __destruct() { 431 431 $this->save(); 432 return true; 432 return true; 433 433 } 434 434 }
Note: See TracChangeset
for help on using the changeset viewer.