WordPress.org

Make WordPress Core

Ticket #10602: 10602.patch

File 10602.patch, 401 bytes (added by nacin, 4 years ago)

In patch form

  • wp-settings.php

     
    217217} 
    218218 
    219219// For an advanced caching plugin to use, static because you would only want one 
    220 if ( defined('WP_CACHE') ) 
     220if ( defined('WP_CACHE') && WP_CACHE ) 
    221221        @include WP_CONTENT_DIR . '/advanced-cache.php'; 
    222222 
    223223/**