Changeset 3743
- Timestamp:
- 04/22/06 00:16:28 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/cache.php
r3465 r3743 401 401 return; 402 402 403 if ( ! defined('ENABLE_CACHE') ) 404 return; 405 403 406 // Disable the persistent cache if safe_mode is on. 404 407 if ( ini_get('safe_mode') && ! defined('ENABLE_CACHE') )
