Changeset 17781
- Timestamp:
- 04/30/2011 05:18:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-diff.php
r17771 r17781 70 70 */ 71 71 function __construct( $params = array() ) { 72 $parent = get_parent_class($this); 73 $this->$parent( $params ); 72 parent::__construct( $params ); 74 73 } 75 74
Note: See TracChangeset
for help on using the changeset viewer.