From ecf3e25ac408b90f899d7ea420e58b589f970ee8 Mon Sep 17 00:00:00 2001 From: Hiroshi Shimoju Date: Thu, 22 Jan 2015 01:32:05 +0900 Subject: [PATCH] Remove PHP closing tag from advanced-cache.php --- wp-ffpc-class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-ffpc-class.php b/wp-ffpc-class.php index dbfbf75..58e8eb9 100644 --- a/wp-ffpc-class.php +++ b/wp-ffpc-class.php @@ -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 ) );