Ticket #13185: 13185.diff
File 13185.diff, 552 bytes (added by , 15 years ago) |
---|
-
wp-settings.php
56 56 wp_debug_mode(); 57 57 58 58 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 59 if ( WP_CACHE )60 @include( WP_CONTENT_DIR . '/advanced-cache.php' );59 if ( WP_CACHE && file_exists( WP_CONTENT_DIR . '/advanced-cache.php' ) 60 include( WP_CONTENT_DIR . '/advanced-cache.php' ); 61 61 62 62 // Define WP_LANG_DIR if not set. 63 63 wp_set_lang_dir();