I found that excessive new line is added in this part of code:
if (empty($feed)) {
$blog = 1;
$feed = 'rss';
$doing_rss = 1;
require('wp-blog-header.php');
}
I removed these empty lines from all feed generators (incl. 0.92, 2.0 and Atom) but all of them still gives an excessive line. Also I delete the files for all plug-ins but still does not work.
It is really annoying that the installation by default has problems with basic functions.
Also I have not chnaged the default installation of plug-ins, so none are activated by default, I guess
No, I have removed it before writing here. Still no luck.
I do not understand. Where from should I remove the line?