Changeset 22118 for trunk/wp-includes/wp-diff.php
- Timestamp:
- 10/04/2012 08:00:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-diff.php
r19712 r22118 423 423 424 424 // L1-norm of difference vector. 425 $difference = array_sum( array_map( array( &$this, 'difference'), $chars1, $chars2 ) );425 $difference = array_sum( array_map( array($this, 'difference'), $chars1, $chars2 ) ); 426 426 427 427 // $string1 has zero length? Odd. Give huge penalty by not dividing.
Note: See TracChangeset
for help on using the changeset viewer.