Make WordPress Core

Changeset 12192


Ignore:
Timestamp:
11/16/2009 06:53:57 PM (14 years ago)
Author:
ryan
Message:

Make sure WP_CACHE is true. Props nacin. fixes #10602

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r12134 r12192  
    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
Note: See TracChangeset for help on using the changeset viewer.