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
-7
View File
@@ -25,13 +25,6 @@ class WP_Dependencies {
var $groups = array();
var $group = 0;
function WP_Dependencies() {
$args = func_get_args();
call_user_func_array( array(&$this, '__construct'), $args );
}
function __construct() {}
/**
* Do the dependencies
*