Changeset 12192 for trunk/wp-settings.php
- Timestamp:
- 11/16/2009 06:53:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12134 r12192 218 218 219 219 // For an advanced caching plugin to use, static because you would only want one 220 if ( defined('WP_CACHE') )220 if ( defined('WP_CACHE') && WP_CACHE ) 221 221 @include WP_CONTENT_DIR . '/advanced-cache.php'; 222 222
Note: See TracChangeset
for help on using the changeset viewer.