trailing tabs and whitespace cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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