Ticket #10602: 10602.patch
| File 10602.patch, 401 bytes (added by , 16 years ago) |
|---|
-
wp-settings.php
217 217 } 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 223 223 /**