echo'<p>'.__('Provides support for <a href="https://wordpress.org/plugins/wordpress-mu-domain-mapping/">Domain Mapping</a> plugin to map multiple domains to a blog.','wp-super-cache').'</p>';
echo'<p>'.__('Provides support for <a href="https://wordpress.org/plugins/wordpress-mu-domain-mapping/">Domain Mapping</a> plugin to map multiple domains to a blog.','wp-super-cache').'</p>';
if($changed){
echo'<p><strong>'.sprintf(
esc_html__('Domain Mapping support is now %s','wp-super-cache'),
echo'<div class="error"><p><strong>'.__('Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin.','wp-super-cache').'</strong></p></div>';
echo'<div class="error"><p><strong>'.esc_html__('Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin.','wp-super-cache').'</strong></p></div>';
wp_cache_debug('Non empty GET request. Caching disabled on settings page. '.wpsc_dump_get_request(),1);
returnfalse;
...
...
@@ -226,10 +221,11 @@ function wp_cache_serve_cache_file() {
}else{
$ungzip=false;
}
foreach($meta['headers']as$t=>$header){
foreach($meta['headers']as$t=>$header){
// godaddy fix, via http://blog.gneu.org/2008/05/wp-supercache-on-godaddy/ and http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/