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) |
|---|
-
wp-content/plugins/movabletype-importer/movabletype-importer.php
old new 453 453 // Processing multi-line field, check context. 454 454 455 455 if( !empty($line) ) 456 $line .= "\n ";456 $line .= "\n\n"; 457 457 458 458 if ( 'body' == $context ) { 459 459 $post->post_content .= $line;
