Forums
(@brianthewise)
18 years, 9 months ago
I had the same problem. It’s the RSS feeds it tries to pull in. Edit the index.php file in wp-admin, and change all the three lines that start:
$rss = @fetch_rss(…
To be:
$rss = “”;
And you’re done!