- Timestamp:
- 01/11/2019 06:39:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-text-diff-renderer-table.php
r44129 r44566 390 390 if ( isset( $orig_matches[ $o ] ) ) { 391 391 $final_matches[ $f ] = 'x'; 392 } // Best match of this orig is already taken? Must mean this orig is a deleted row.393 elseif ( isset( $final_matches[ $f ] ) ) {392 } elseif ( isset( $final_matches[ $f ] ) ) { 393 // Best match of this orig is already taken? Must mean this orig is a deleted row. 394 394 $orig_matches[ $o ] = 'x'; 395 395 }
Note: See TracChangeset
for help on using the changeset viewer.