Changes from branches/2.7/wp-admin/import/mt.php at r10429 to trunk/wp-admin/import/mt.php at r9903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r10429 r9903 439 439 } else { 440 440 // Processing multi-line field, check context. 441 442 if( !empty($line) ) 443 $line .= "\n"; 444 441 442 $line .= "\n"; 445 443 if ( 'body' == $context ) { 446 444 $post->post_content .= $line;
Note: See TracChangeset
for help on using the changeset viewer.