Changeset 14345
- Timestamp:
- 05/02/2010 10:18:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r14198 r14345 58 58 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 59 59 if ( WP_CACHE ) 60 @include( WP_CONTENT_DIR . '/advanced-cache.php' );60 WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' ); 61 61 62 62 // Define WP_LANG_DIR if not set.
Note: See TracChangeset
for help on using the changeset viewer.