<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Wordpress 2.7</title>
	<atom:link href="http://www.ghacks.net/2008/12/11/wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/12/11/wordpress-27/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:14:15 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to upgrade to WordPress 2.7 - The easy way! - Luke Gedeon</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-660709</link>
		<dc:creator>How to upgrade to WordPress 2.7 - The easy way! - Luke Gedeon</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-660709</guid>
		<description>[...] Wordpress 2.7 [...]</description>
		<content:encoded><![CDATA[<p>[...] Wordpress 2.7 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinkLaunder.com</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-611262</link>
		<dc:creator>LinkLaunder.com</dc:creator>
		<pubDate>Sun, 18 Jan 2009 12:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-611262</guid>
		<description>Thanks for the tip. I had problems with a version of my plugin that all of a sudden returned a fatal error. Above post made me find the problem and fix it. Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I had problems with a version of my plugin that all of a sudden returned a fatal error. Above post made me find the problem and fix it. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-567816</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 14 Dec 2008 05:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-567816</guid>
		<description>Fantastic release, I&#039;ve just started upgrading my blogs to use it.  Nice clean and easy to use interface.</description>
		<content:encoded><![CDATA[<p>Fantastic release, I&#8217;ve just started upgrading my blogs to use it.  Nice clean and easy to use interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 2.7 &#124; BrotherSoft Editor's Blog</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-565249</link>
		<dc:creator>Wordpress 2.7 &#124; BrotherSoft Editor's Blog</dc:creator>
		<pubDate>Fri, 12 Dec 2008 07:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-565249</guid>
		<description>[...] following article about Wordpress 2.7 is from our content partner Ghacks. The Wordpress team has published version 2.7 of Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] following article about Wordpress 2.7 is from our content partner Ghacks. The Wordpress team has published version 2.7 of Wordpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rruben</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-564887</link>
		<dc:creator>rruben</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-564887</guid>
		<description>Sounds promising. Time to upgrade!</description>
		<content:encoded><![CDATA[<p>Sounds promising. Time to upgrade!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PapyGeek</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-564795</link>
		<dc:creator>PapyGeek</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-564795</guid>
		<description>Simple tags has been updated :

http://wordpress.org/extend/plugins/simple-tags/</description>
		<content:encoded><![CDATA[<p>Simple tags has been updated :</p>
<p><a href="http://wordpress.org/extend/plugins/simple-tags/" rel="nofollow">http://wordpress.org/extend/plugins/simple-tags/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reactive</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/#comment-564572</link>
		<dc:creator>Reactive</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=8906#comment-564572</guid>
		<description>I didn&#039;t really have this line &quot;if (version_compare($wp_version, &#039;2.5&#039;, &#039;&gt;=&#039;))&quot; but I had &quot;if ( strpos($wp_version, &#039;2.5&#039;) !== false &#124;&#124; strpos($wp_version, &#039;2.6&#039;) !== false )&quot; so I added &quot;&#124;&#124; strpos($wp_version, &#039;2.7&#039;) !== false &quot; in the if and it now works.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t really have this line &#8220;if (version_compare($wp_version, &#8216;2.5&#8242;, &#8216;&gt;=&#8217;))&#8221; but I had &#8220;if ( strpos($wp_version, &#8216;2.5&#8242;) !== false || strpos($wp_version, &#8216;2.6&#8242;) !== false )&#8221; so I added &#8220;|| strpos($wp_version, &#8216;2.7&#8242;) !== false &#8221; in the if and it now works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
