Changeset 10810 for trunk/wp-admin/import/mt.php
- Timestamp:
- 03/18/2009 02:43:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r10609 r10810 439 439 } else { 440 440 // Processing multi-line field, check context. 441 441 442 442 if( !empty($line) ) 443 443 $line .= "\n"; 444 444 445 445 if ( 'body' == $context ) { 446 446 $post->post_content .= $line;
Note: See TracChangeset
for help on using the changeset viewer.