Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r12134 r12207  
    211211    }
    212212} else {
     213    define('WP_DEBUG', false);
    213214    if ( defined('E_RECOVERABLE_ERROR') )
    214215        error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR);
     
    218219
    219220// For an advanced caching plugin to use, static because you would only want one
    220 if ( defined('WP_CACHE') )
     221if ( defined('WP_CACHE') && WP_CACHE )
    221222    @include WP_CONTENT_DIR . '/advanced-cache.php';
    222223
Note: See TracChangeset for help on using the changeset viewer.