Make WordPress Core


Ignore:
Timestamp:
04/05/2011 05:25:08 PM (15 years ago)
Author:
ryan
Message:

Remove PHP4 constructors. Props hakre. see #16768

File:
1 edited

Legend:

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

    r16469 r17604  
    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.