<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clive&#039;s Internet Marketing blog &#187; bug</title>
	<atom:link href="http://www.clive-publishing.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clive-publishing.com</link>
	<description>- how to make money online</description>
	<lastBuildDate>Wed, 21 Sep 2011 11:31:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress 2.7 RSS Comments link error</title>
		<link>http://www.clive-publishing.com/2009/01/wordpress-27-rss-comments-link-error/</link>
		<comments>http://www.clive-publishing.com/2009/01/wordpress-27-rss-comments-link-error/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 10:25:27 +0000</pubDate>
		<dc:creator>Clive</dc:creator>
				<category><![CDATA[Websites and software]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.clive-publishing.com/?p=519</guid>
		<description><![CDATA[There is a bug in WordPress 2.7 that results in many RSS feed readers being unable to read the RSS feed for comments.  In summary, WordPress 2.7 does not properly escape (format) ampersands in the link element. To correct this error, in function comment_link() in file wp-includes/feed.php change line 255 from:    echo get_comment_link(); to:     echo clean_url(get_comment_link());   I [...]]]></description>
		<wfw:commentRss>http://www.clive-publishing.com/2009/01/wordpress-27-rss-comments-link-error/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
	</channel>
</rss>

