mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -386,7 +386,7 @@ class WP_Object_Cache {
|
||||
function WP_Object_Cache() {
|
||||
return $this->__construct();
|
||||
}
|
||||
|
||||
|
||||
function __construct() {
|
||||
global $blog_id;
|
||||
|
||||
@@ -429,7 +429,7 @@ class WP_Object_Cache {
|
||||
|
||||
function __destruct() {
|
||||
$this->save();
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user