Remove annoying, useless construcotrs. Props Rasmus. http://talks.php.net/show/confoo10/8
git-svn-id: http://svn.automattic.com/wordpress/trunk@15637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dbe85a7f46
commit
bef67a04e2
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue