Changeset 17771 for trunk/wp-includes/wp-diff.php
- Timestamp:
- 04/29/2011 08:05:12 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-diff.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-diff.php
r16660 r17771 61 61 62 62 /** 63 * PHP4Constructor - Call parent constructor with params array.63 * Constructor - Call parent constructor with params array. 64 64 * 65 65 * This will set class properties based on the key value pairs in the array. … … 69 69 * @param array $params 70 70 */ 71 function Text_Diff_Renderer_Table( $params = array() ) {71 function __construct( $params = array() ) { 72 72 $parent = get_parent_class($this); 73 73 $this->$parent( $params );
Note: See TracChangeset
for help on using the changeset viewer.