]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class.wp-dependencies.php
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-includes / class.wp-dependencies.php
index de3630ad840c570c2e409fa4d72410381a2c4921..0e3f51ede35d1b6864f9a2d29da4dc9b59af393f 100644 (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
         *
@@ -228,7 +221,7 @@ class _WP_Dependency {
 
        var $extra = array();
 
-       function _WP_Dependency() {
+       function __construct() {
                @list($this->handle, $this->src, $this->deps, $this->ver, $this->args) = func_get_args();
                if ( !is_array($this->deps) )
                        $this->deps = array();