Changeset 10430 for trunk/wp-admin/import/mt.php
- Timestamp:
- 01/24/2009 12:24:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r9903 r10430 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;
Note: See TracChangeset
for help on using the changeset viewer.