Changeset 19684 for trunk/wp-includes/wp-diff.php
- Timestamp:
- 01/05/2012 08:10:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-diff.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-diff.php
r19593 r19684 210 210 // row < 0: a blank row for that column 211 211 list($orig_matches, $final_matches, $orig_rows, $final_rows) = $this->interleave_changed_lines( $orig, $final ); 212 213 212 214 213 // These will hold the word changes as determined by an inline diff … … 330 329 ksort($final_matches); 331 330 332 333 331 // Stores rows and blanks for each column. 334 332 $orig_rows = $orig_rows_copy = array_keys($orig_matches); … … 354 352 } 355 353 356 357 354 // Pad the ends with blank rows if the columns aren't the same length 358 355 $diff_count = count($orig_rows) - count($final_rows);
Note: See TracChangeset
for help on using the changeset viewer.