Changes in branches/2.2/wp-settings.php [5491:5360]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-settings.php
r5491 r5360 82 82 // For an advanced caching plugin to use, static because you would only want one 83 83 if ( defined('WP_CACHE') ) 84 @include ABSPATH . 'wp-content/advanced-cache.php';84 require (ABSPATH . 'wp-content/advanced-cache.php'); 85 85 86 86 define('WPINC', 'wp-includes');
Note: See TracChangeset
for help on using the changeset viewer.