Remove PHP4 constructors. Props hakre. see #16768

git-svn-id: https://develop.svn.wordpress.org/trunk@17604 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-04-05 17:25:08 +00:00
parent 9691cb5eb2
commit d470b22d59
4 changed files with 4 additions and 43 deletions

View File

@@ -456,17 +456,6 @@ class WP_Object_Cache {
echo '</ul>';
}
/**
* PHP4 constructor; Calls PHP 5 style constructor
*
* @since 2.0.0
*
* @return WP_Object_Cache
*/
function WP_Object_Cache() {
return $this->__construct();
}
/**
* Sets up object properties; PHP 5 style constructor
*