Make WordPress Core

Changeset 17781


Ignore:
Timestamp:
04/30/2011 05:18:39 PM (13 years ago)
Author:
markjaquith
Message:

More constructor cleanup. Props ampt. see #16768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-diff.php

    r17771 r17781  
    7070     */
    7171    function __construct( $params = array() ) {
    72         $parent = get_parent_class($this);
    73         $this->$parent( $params );
     72        parent::__construct( $params );
    7473    }
    7574
Note: See TracChangeset for help on using the changeset viewer.