Ticket #16768: text_diff.16768.3.patch
| File text_diff.16768.3.patch, 398 bytes (added by , 15 years ago) |
|---|
-
wp-includes/wp-diff.php
69 69 * @param array $params 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 76 75 /**