<?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: The No Revisions WordPress Plugin</title>
	<atom:link href="http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/</link>
	<description>WordPress is the new LAMP.</description>
	<lastBuildDate>Wed, 26 May 2010 08:18:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 林栖木 &#187; Blog Archive &#187; 38个常用wordpress插件介绍</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-15693</link>
		<dc:creator>林栖木 &#187; Blog Archive &#187; 38个常用wordpress插件介绍</dc:creator>
		<pubDate>Sun, 11 Apr 2010 07:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-15693</guid>
		<description>[...] (17)No Revisions 就是停用新版WP 那个讨厌的比对文章的新旧版本的功能，因为我个人写文常常会反覆编辑很多遍直到我满意为止，而新版的这个功能却造成了我的困扰，也加重了主机资料库的负担，更会将文章的post ID 错跳，所幸有这个插件能停用此功能！ [...]</description>
		<content:encoded><![CDATA[<p>[...] (17)No Revisions 就是停用新版WP 那个讨厌的比对文章的新旧版本的功能，因为我个人写文常常会反覆编辑很多遍直到我满意为止，而新版的这个功能却造成了我的困扰，也加重了主机资料库的负担，更会将文章的post ID 错跳，所幸有这个插件能停用此功能！ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Photobook BLOG &#187; Blog Archive &#187; 中華職棒／象隊與曹錦輝已無聯絡　加盟之事形同破局</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-9821</link>
		<dc:creator>Photobook BLOG &#187; Blog Archive &#187; 中華職棒／象隊與曹錦輝已無聯絡　加盟之事形同破局</dc:creator>
		<pubDate>Fri, 27 Nov 2009 10:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-9821</guid>
		<description>[...] No Revisions 外掛程式作者網站：請點選這裡 No Revisions 外掛程式下載網站：請點選這裡 [...]</description>
		<content:encoded><![CDATA[<p>[...] No Revisions 外掛程式作者網站：請點選這裡 No Revisions 外掛程式下載網站：請點選這裡 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrrl</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-8679</link>
		<dc:creator>jrrl</dc:creator>
		<pubDate>Mon, 02 Nov 2009 04:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-8679</guid>
		<description>Well, the plugin is only 1 line of actual PHP and it is just a call to remove_action, I feel pretty good about there not being bugs.  That said, yes, editing your wp_config.php works as well.  Some people would rather have a plugin than edit that file.</description>
		<content:encoded><![CDATA[<p>Well, the plugin is only 1 line of actual PHP and it is just a call to remove_action, I feel pretty good about there not being bugs.  That said, yes, editing your wp_config.php works as well.  Some people would rather have a plugin than edit that file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Gharbeis</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-8314</link>
		<dc:creator>Ahmad Gharbeis</dc:creator>
		<pubDate>Sun, 25 Oct 2009 13:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-8314</guid>
		<description>Or you could add 

define(’WP_POST_REVISIONS’, false);

to your wp-config.php, and reduce the overhead, and probability of bugs.</description>
		<content:encoded><![CDATA[<p>Or you could add </p>
<p>define(’WP_POST_REVISIONS’, false);</p>
<p>to your wp-config.php, and reduce the overhead, and probability of bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrrl</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-7440</link>
		<dc:creator>jrrl</dc:creator>
		<pubDate>Fri, 02 Oct 2009 05:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-7440</guid>
		<description>A quick glance at the the wpmu code shows the same hook being used to generate revision (which this plugin deactivates), so I&#039;ll say &#039;maybe.&#039;  I don&#039;t immediately see any reason why not, but (a) I haven&#039;t spent nearly as much time in the wpmu code as the regular wp code and (b) people are still occasionally reporting installs where this plugin fails.

Please let us know if it works.</description>
		<content:encoded><![CDATA[<p>A quick glance at the the wpmu code shows the same hook being used to generate revision (which this plugin deactivates), so I&#8217;ll say &#8216;maybe.&#8217;  I don&#8217;t immediately see any reason why not, but (a) I haven&#8217;t spent nearly as much time in the wpmu code as the regular wp code and (b) people are still occasionally reporting installs where this plugin fails.</p>
<p>Please let us know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sum41fo</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-7427</link>
		<dc:creator>sum41fo</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-7427</guid>
		<description>no working for me as of yet. But im working on it. its got to be with the upgrade.</description>
		<content:encoded><![CDATA[<p>no working for me as of yet. But im working on it. its got to be with the upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalin</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-7019</link>
		<dc:creator>Kalin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-7019</guid>
		<description>Could you give me a hint if this would work on Wordpress MU 2.6.5?</description>
		<content:encoded><![CDATA[<p>Could you give me a hint if this would work on Wordpress MU 2.6.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-4270</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Sat, 04 Jul 2009 13:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-4270</guid>
		<description>This isn&#039;t working for me on version 2.7.1 I upgraded to that version and then installed your plugin. After doing so, I found that autosaves were still occurring.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t working for me on version 2.7.1 I upgraded to that version and then installed your plugin. After doing so, I found that autosaves were still occurring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The No Revisions WordPress Plugin WordPress Plugins &#124; volleyball equipment</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-3793</link>
		<dc:creator>The No Revisions WordPress Plugin WordPress Plugins &#124; volleyball equipment</dc:creator>
		<pubDate>Sun, 14 Jun 2009 21:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-3793</guid>
		<description>[...] The No Revisions WordPress Plugin WordPress Plugins   Posted by root 31 minutes ago (http://www.hostscope.com)        M s informaci n p gina del autor doesn 39 t work for wordpress 2 7 comment by scott grayban powered by wordpress using the theme leia        Discuss&#160;  &#124;&#160; Bury &#124;&#160;    News &#124; The No Revisions WordPress Plugin WordPress Plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] The No Revisions WordPress Plugin WordPress Plugins   Posted by root 31 minutes ago (<a href="http://www.hostscope.com" rel="nofollow">http://www.hostscope.com</a>)        M s informaci n p gina del autor doesn 39 t work for wordpress 2 7 comment by scott grayban powered by wordpress using the theme leia        Discuss&nbsp;  |&nbsp; Bury |&nbsp;    News | The No Revisions WordPress Plugin WordPress Plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress plugins for a new blog &#187; Moving at the Speed of Creativity</title>
		<link>http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/comment-page-2/#comment-3504</link>
		<dc:creator>Wordpress plugins for a new blog &#187; Moving at the Speed of Creativity</dc:creator>
		<pubDate>Fri, 29 May 2009 03:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.hostscope.com/?p=63#comment-3504</guid>
		<description>[...] No Revisions http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/ [...]</description>
		<content:encoded><![CDATA[<p>[...] No Revisions <a href="http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/" rel="nofollow">http://www.hostscope.com/wordpress-plugins/norevisions-wordpress-plugin/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

