diff --git a/wp-content/wp-cache-config.php b/wp-content/wp-cache-config.php index 0fa404806c886cb478c455c9594395cd4e48b7a7..4413bd25d46b1b6cd302527d245198425b5ec70c 100644 --- a/wp-content/wp-cache-config.php +++ b/wp-content/wp-cache-config.php @@ -5,9 +5,6 @@ WP-Cache Config Sample File See wp-cache.php for author details. */ -if ( ! defined('WPCACHEHOME') ) - define( 'WPCACHEHOME', WP_PLUGIN_DIR . '/wp-super-cache/' ); - $cache_compression = 0; // Super cache compression $cache_enabled = true; $super_cache_enabled = true;