Ticket #8944: 8944_mt.diff
| File 8944_mt.diff, 602 bytes (added by , 17 years ago) |
|---|
-
C:/xampp/htdocs/wordpress_trunk/wp-admin/import/mt.php
438 438 $ping->comment_author = $blog; 439 439 } else { 440 440 // Processing multi-line field, check context. 441 442 $line .= "\n"; 441 442 if( !empty($line) ) 443 $line .= "\n"; 444 443 445 if ( 'body' == $context ) { 444 446 $post->post_content .= $line; 445 447 } else if ( 'extended' == $context ) {