diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 8ec2602418..a043453639 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -210,7 +210,7 @@ class MT_Import { echo '
  • '; printf(__('Importing post %s...'), stripslashes($post->post_title)); - if ( '' != $post->extended ) + if ( '' != trim( $post->extended ) ) $post->post_content .= "\n\n$post->extended"; $post->post_author = $this->checkauthor($post->post_author); //just so that if a post already exists, new users are not created by checkauthor