<?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.5 Plugin Style Guide</title>
	<atom:link href="http://epicalex.com/wordpress-25-plugin-style-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://epicalex.com/wordpress-25-plugin-style-guide/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 16:12:04 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: don luttrull</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-11439</link>
		<dc:creator>don luttrull</dc:creator>
		<pubDate>Wed, 28 Oct 2009 03:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-11439</guid>
		<description>I need to update my wordpress and give this a go.</description>
		<content:encoded><![CDATA[<p>I need to update my wordpress and give this a go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herr Kaiser</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-6728</link>
		<dc:creator>Herr Kaiser</dc:creator>
		<pubDate>Mon, 20 Apr 2009 23:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-6728</guid>
		<description>Hi Alex,

one question, because i got some problems. Did you update your &quot;new user creation&quot;-E-Mail-Plugin to Wp 2.7(.1)? I simply can´t send/receive(?) any E-Mails with this. Or have you got any similar reports about this issue?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>one question, because i got some problems. Did you update your &#8220;new user creation&#8221;-E-Mail-Plugin to Wp 2.7(.1)? I simply can´t send/receive(?) any E-Mails with this. Or have you got any similar reports about this issue?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deutschland spot</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-5340</link>
		<dc:creator>Deutschland spot</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-5340</guid>
		<description>Great article. Nice blog. Keep it coming. Mike</description>
		<content:encoded><![CDATA[<p>Great article. Nice blog. Keep it coming. Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elursefluxult</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-2168</link>
		<dc:creator>elursefluxult</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-2168</guid>
		<description>Hi,
I am, Michael
Nice site, very informative</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am, Michael<br />
Nice site, very informative</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-833</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-833</guid>
		<description>@Stephen - Thanks for the feedback! You&#039;re right, &#039;Save Changes&#039; is more the standard on the built in options/settings pages, and I suppose it is also more generic than update settings.

In terms of the &lt;form&gt; tag, I decided to leave it out because I considered it more a part of the plugin &#039;coding&#039; than &#039;design&#039; if that makes sense, but since you&#039;ve raised it, and since a plugin settings page doesn&#039;t display properly without it, I&#039;ll add it to the post! Thanks again.

@all - New images coming in 10 mins!</description>
		<content:encoded><![CDATA[<p>@Stephen &#8211; Thanks for the feedback! You&#8217;re right, &#8216;Save Changes&#8217; is more the standard on the built in options/settings pages, and I suppose it is also more generic than update settings.</p>
<p>In terms of the &lt;form&gt; tag, I decided to leave it out because I considered it more a part of the plugin &#8216;coding&#8217; than &#8216;design&#8217; if that makes sense, but since you&#8217;ve raised it, and since a plugin settings page doesn&#8217;t display properly without it, I&#8217;ll add it to the post! Thanks again.</p>
<p>@all &#8211; New images coming in 10 mins!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-827</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-827</guid>
		<description>I would suggest the following for the Submit button value -- closer to the WP 2.5 standard:

&lt;code&gt;value=&quot;&lt;?php _e(&#039;Save Changes&#039;) ?&gt;&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I would suggest the following for the Submit button value &#8212; closer to the WP 2.5 standard:</p>
<p><code>value="< ?php _e('Save Changes') ?>"</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-820</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Sat, 07 Jun 2008 16:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-820</guid>
		<description>I think you&#039;re going to confuse a lot of people by leaving out the  &lt;form&gt; tag.

Beyond that, excellent article.  (Though, yes -- please do update the images!)</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re going to confuse a lot of people by leaving out the  &lt;form&gt; tag.</p>
<p>Beyond that, excellent article.  (Though, yes &#8212; please do update the images!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foxinni</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-637</link>
		<dc:creator>Foxinni</dc:creator>
		<pubDate>Sat, 03 May 2008 10:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-637</guid>
		<description>Thanks for the Info. Got here from Volk&#039;s post. Just try put some better images up. Thanks again. M</description>
		<content:encoded><![CDATA[<p>Thanks for the Info. Got here from Volk&#8217;s post. Just try put some better images up. Thanks again. M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 2.5 Plugin Style Guide</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-609</link>
		<dc:creator>WordPress 2.5 Plugin Style Guide</dc:creator>
		<pubDate>Tue, 22 Apr 2008 15:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-609</guid>
		<description>[...] WordPress 2.5 Plugin Style Guide [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress 2.5 Plugin Style Guide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Rush</title>
		<link>http://epicalex.com/wordpress-25-plugin-style-guide/comment-page-1/#comment-583</link>
		<dc:creator>Rob Rush</dc:creator>
		<pubDate>Wed, 09 Apr 2008 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://epicalex.com/?p=33#comment-583</guid>
		<description>i found your site when i was looking for a way to change the sidebar for different pages in wordpress...  but i don&#039;t see that tutorial here.  is it somewhere in a secret cave?  nice site btw... good info regardless.</description>
		<content:encoded><![CDATA[<p>i found your site when i was looking for a way to change the sidebar for different pages in wordpress&#8230;  but i don&#8217;t see that tutorial here.  is it somewhere in a secret cave?  nice site btw&#8230; good info regardless.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
