Ticket #22683: 22683.diff
File 22683.diff, 474 bytes (added by , 11 years ago) |
---|
-
wp-settings.php
diff --git wp-settings.php wp-settings.php index 65485a8..8bd7973 100644
timer_start(); 54 54 wp_debug_mode(); 55 55 56 56 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one. 57 if ( WP_CACHE )57 if ( WP_CACHE && PHP_SAPI !== 'cli' ) 58 58 WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' ); 59 59 60 60 // Define WP_LANG_DIR if not set.