Make WordPress Core

Ticket #2107: wp-settings.php.diff

File wp-settings.php.diff, 453 bytes (added by johnjosephbachir, 21 years ago)
  • wp-settings.php

     
    104104else
    105105        require (ABSPATH . WPINC . '/cache.php');
    106106
    107 // For now, disable persistent caching by default.  To enable, comment out
    108 // the following line.
     107// To disable persistent caching, uncomment the following line.
    109108//define('DISABLE_CACHE', true);
    110109
    111110wp_cache_init();