Changes in trunk/wp-settings.php [12134:12207]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12134 r12207 211 211 } 212 212 } else { 213 define('WP_DEBUG', false); 213 214 if ( defined('E_RECOVERABLE_ERROR') ) 214 215 error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR); … … 218 219 219 220 // For an advanced caching plugin to use, static because you would only want one 220 if ( defined('WP_CACHE') )221 if ( defined('WP_CACHE') && WP_CACHE ) 221 222 @include WP_CONTENT_DIR . '/advanced-cache.php'; 222 223
Note: See TracChangeset
for help on using the changeset viewer.