Make WordPress Core

Changeset 15637


Ignore:
Timestamp:
09/20/2010 06:53:03 PM (14 years ago)
Author:
ryan
Message:

Remove annoying, useless construcotrs. Props Rasmus. http://talks.php.net/show/confoo10/8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class.wp-dependencies.php

    r12558 r15637  
    2525    var $groups = array();
    2626    var $group = 0;
    27 
    28     function WP_Dependencies() {
    29         $args = func_get_args();
    30         call_user_func_array( array(&$this, '__construct'), $args );
    31     }
    32 
    33     function __construct() {}
    3427
    3528    /**
Note: See TracChangeset for help on using the changeset viewer.