Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (16 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r10609 r10810  
    439439            } else {
    440440                // Processing multi-line field, check context.
    441                
     441
    442442                if( !empty($line) )
    443443                    $line .= "\n";
    444                    
     444
    445445                if ( 'body' == $context ) {
    446446                    $post->post_content .= $line;
Note: See TracChangeset for help on using the changeset viewer.