﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4293,site shouldn't break when wp-cache is misconfigured,Denis-de-Bernardy,rob1n,"In wp-settings, the following is called if the wp-config.php defines 'WP_CACHE':

require (ABSPATH . 'wp-content/advanced-cache.php');

When WP-Cache is misconfigured, e.g. the symblink is not created for any reason, this breaks the site.

We could safely replace this with:

@include (ABSPATH . 'wp-content/advanced-cache.php');

D.",defect (bug),closed,normal,2.2.1,Administration,2.2,trivial,fixed,,
