From 1b56ec1ad07f83ced128b5965e2bdee2c836291c Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sun, 9 Dec 2018 12:54:14 -0800 Subject: [PATCH] moved wp-cache home config to the right place (in wp-config.php) --- wp-content/wp-cache-config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-content/wp-cache-config.php b/wp-content/wp-cache-config.php index 0fa404806..4413bd25d 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; -- GitLab