Changeset 5313
- Timestamp:
- 04/25/2007 04:41:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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();
Note: See TracChangeset
for help on using the changeset viewer.