Remove trailing whitespace

git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-09-03 23:32:58 +00:00
parent e9391140a7
commit 7a43c01e08
84 changed files with 713 additions and 713 deletions
+3 -3
View File
@@ -104,12 +104,12 @@ class WP_Import {
if ( false !== strpos($importline, '<item>') ) {
$this->posts[$num] = '';
$doing_entry = true;
continue;
continue;
}
if ( false !== strpos($importline, '</item>') ) {
$num++;
$doing_entry = false;
continue;
continue;
}
if ( $doing_entry ) {
$this->posts[$num] .= $importline . "\n";
@@ -335,7 +335,7 @@ class WP_Import {
$post_cats[] = $cat_ID;
}
wp_set_post_categories($post_id, $post_cats);
}
}
}
// Now for comments