Trim empty lines. Nothing but newline.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2007-06-14 02:25:30 +00:00
parent 72c169c2f1
commit 2f09416258
60 changed files with 432 additions and 432 deletions

View File

@@ -272,7 +272,7 @@ class MT_Import {
$comments = array();
$ping = new StdClass();
$pings = array();
echo "<div class='wrap'><ol>";
while ( $line = fgets($handle) ) {