Changeset 55752 for trunk/src/wp-includes/Text/Diff/Engine/native.php
- Timestamp:
- 05/12/2023 08:49:13 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff/Engine/native.php
r55700 r55752 28 28 */ 29 29 class Text_Diff_Engine_native { 30 31 public $xchanged; 32 public $ychanged; 33 public $xv; 34 public $yv; 35 public $xind; 36 public $yind; 37 public $seq; 38 public $in_seq; 39 public $lcs; 30 40 31 41 function diff($from_lines, $to_lines)
Note: See TracChangeset
for help on using the changeset viewer.