Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (14 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-diff.php

    r19593 r19684  
    210210        //  row  < 0: a blank row for that column
    211211        list($orig_matches, $final_matches, $orig_rows, $final_rows) = $this->interleave_changed_lines( $orig, $final );
    212 
    213212
    214213        // These will hold the word changes as determined by an inline diff
     
    330329        ksort($final_matches);
    331330
    332 
    333331        // Stores rows and blanks for each column.
    334332        $orig_rows = $orig_rows_copy = array_keys($orig_matches);
     
    354352        }
    355353
    356 
    357354        // Pad the ends with blank rows if the columns aren't the same length
    358355        $diff_count = count($orig_rows) - count($final_rows);
Note: See TracChangeset for help on using the changeset viewer.