Trailing whitespace cleanup

git-svn-id: http://svn.automattic.com/wordpress/trunk@6726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-05 06:47:27 +00:00
parent 252c30c9c1
commit d88983793b
62 changed files with 514 additions and 514 deletions

View File

@@ -646,7 +646,7 @@ class Textpattern_Import {
break;
case 3 :
$result = $this->import_posts();
if ( is_wp_error( $result ) )
if ( is_wp_error( $result ) )
echo $result->get_error_message();
break;
case 4 :