Changeset 5491
- Timestamp:
- 05/19/2007 04:32:28 AM (18 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-settings.php
r5360 r5491 82 82 // For an advanced caching plugin to use, static because you would only want one 83 83 if ( defined('WP_CACHE') ) 84 require (ABSPATH . 'wp-content/advanced-cache.php');84 @include ABSPATH . 'wp-content/advanced-cache.php'; 85 85 86 86 define('WPINC', 'wp-includes'); -
trunk/wp-settings.php
r5360 r5491 82 82 // For an advanced caching plugin to use, static because you would only want one 83 83 if ( defined('WP_CACHE') ) 84 require (ABSPATH . 'wp-content/advanced-cache.php');84 @include ABSPATH . 'wp-content/advanced-cache.php'; 85 85 86 86 define('WPINC', 'wp-includes');
Note: See TracChangeset
for help on using the changeset viewer.