Remove PHP closing tag from advanced-cache.php

This commit is contained in:
Hiroshi Shimoju 2015-01-22 01:32:05 +09:00
parent 5d86db9cb1
commit ecf3e25ac4

View file

@ -971,7 +971,6 @@ class WP_FFPC extends PluginAbstract {
$string[] = self::global_config_var . ' = ' . var_export ( $this->global_config, true ) . ';' ;
//$string[] = "include_once ('" . $this->acache_backend . "');";
$string[] = "include_once ('" . $this->acache_worker . "');";
$string[] = "?>";
/* write the file and start caching from this point */
return file_put_contents( $this->acache, join( "\n" , $string ) );