Changeset 5313
- Timestamp:
- 04/25/07 04:41:12 (1 year ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r5308 r5313 124 124 125 125 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) 126 require (ABSPATH . 'wp-content/object-cache.php');126 require_once (ABSPATH . 'wp-content/object-cache.php'); 127 127 else 128 require (ABSPATH . WPINC . '/cache.php');128 require_once (ABSPATH . WPINC . '/cache.php'); 129 129 130 130 wp_cache_init();
