Ticket #16147: core.trac.wordpress.org-ticket-16147.patch

File core.trac.wordpress.org-ticket-16147.patch, 429 bytes (added by gene1wood, 21 months ago)

Patch to fix this bug

  • wp-content/plugins/movabletype-importer/movabletype-importer.php

    old new  
    453453                                // Processing multi-line field, check context. 
    454454 
    455455                                if( !empty($line) ) 
    456                                         $line .= "\n"; 
     456                                        $line .= "\n\n"; 
    457457 
    458458                                if ( 'body' == $context ) { 
    459459                                        $post->post_content .= $line;