summaryrefslogtreecommitdiffstats
path: root/wp-includes/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/cache.php')
-rw-r--r--wp-includes/cache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/cache.php b/wp-includes/cache.php
index b5a2b9d..e89e5f6 100644
--- a/wp-includes/cache.php
+++ b/wp-includes/cache.php
@@ -410,7 +410,7 @@ class WP_Object_Cache {
function WP_Object_Cache() {
return $this->__construct();
}
-
+
function __construct() {
global $blog_id;
@@ -453,7 +453,7 @@ class WP_Object_Cache {
function __destruct() {
$this->save();
- return true;
+ return true;
}
}
?>