<?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: WP 2.3.1 Plugin &#8211; Notify Admin Only of Wordpress Updates</title>
	<atom:link href="http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Thu, 04 Mar 2010 15:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-35675</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-35675</guid>
		<description>hey all,

this plugin is now updated for WP 2.8+

&lt;a href=&quot;http://techblog.touchbasic.com/html/wordpress-plugin-notify-admin-only-of-wp-updates/&quot; rel=&quot;nofollow&quot;&gt;you can find the new version here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>hey all,</p>
<p>this plugin is now updated for WP 2.8+</p>
<p><a href="http://techblog.touchbasic.com/html/wordpress-plugin-notify-admin-only-of-wp-updates/" rel="nofollow">you can find the new version here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-35658</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Sun, 02 Aug 2009 15:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-35658</guid>
		<description>awesome! thanks Lazzymonk..

i will test this out next chance i get and finally update this plugin for WP2.8 -

sweet.</description>
		<content:encoded><![CDATA[<p>awesome! thanks Lazzymonk..</p>
<p>i will test this out next chance i get and finally update this plugin for WP2.8 -</p>
<p>sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazzymonk</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-35611</link>
		<dc:creator>Lazzymonk</dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-35611</guid>
		<description>the following code works in 2.8+

function stop_wpupdate() {
	if (current_user_can(&#039;level_10&#039;)) 
	{
		return;
	} 
	else 
	{
		remove_action( &#039;admin_notices&#039;, &#039;update_nag&#039;, 3 );
	}
}
add_action( &#039;admin_notices&#039;, &#039;stop_wpupdate&#039;, 1 );</description>
		<content:encoded><![CDATA[<p>the following code works in 2.8+</p>
<p>function stop_wpupdate() {<br />
	if (current_user_can(&#8216;level_10&#8242;))<br />
	{<br />
		return;<br />
	}<br />
	else<br />
	{<br />
		remove_action( &#8216;admin_notices&#8217;, &#8216;update_nag&#8217;, 3 );<br />
	}<br />
}<br />
add_action( &#8216;admin_notices&#8217;, &#8217;stop_wpupdate&#8217;, 1 );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-35001</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Mon, 16 Mar 2009 18:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-35001</guid>
		<description>yeah, this didn&#039;t seem to work for me anymore..

that is, the upgrade from 2.7 to 2.7.1 showed a notification for all users with any permissions (not just admin).

i&#039;ll probably try to update this soon as i get a chance..

if anyone out there has a fix, by all means: post it here in the comments or send me an email.</description>
		<content:encoded><![CDATA[<p>yeah, this didn&#8217;t seem to work for me anymore..</p>
<p>that is, the upgrade from 2.7 to 2.7.1 showed a notification for all users with any permissions (not just admin).</p>
<p>i&#8217;ll probably try to update this soon as i get a chance..</p>
<p>if anyone out there has a fix, by all means: post it here in the comments or send me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-34990</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-34990</guid>
		<description>Good article. Which file is that which has the above mentioned code? I did like to play with it a little. Would appreciate your update on this.
Regards.</description>
		<content:encoded><![CDATA[<p>Good article. Which file is that which has the above mentioned code? I did like to play with it a little. Would appreciate your update on this.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VoTaN</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-34914</link>
		<dc:creator>VoTaN</dc:creator>
		<pubDate>Sun, 16 Nov 2008 17:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-34914</guid>
		<description>THANK YOU, 
It&#039;s just what I was looking for :)</description>
		<content:encoded><![CDATA[<p>THANK YOU,<br />
It&#8217;s just what I was looking for :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rarNabeApept</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-34806</link>
		<dc:creator>rarNabeApept</dc:creator>
		<pubDate>Mon, 22 Sep 2008 19:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-34806</guid>
		<description>omg.. good work, guy</description>
		<content:encoded><![CDATA[<p>omg.. good work, guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-34038</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Jan 2008 04:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-34038</guid>
		<description>hey thanks,

i was hoping the plugin might be a little time-saver for admins!</description>
		<content:encoded><![CDATA[<p>hey thanks,</p>
<p>i was hoping the plugin might be a little time-saver for admins!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mygf-</title>
		<link>http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/comment-page-1/#comment-34035</link>
		<dc:creator>Mygf-</dc:creator>
		<pubDate>Wed, 02 Jan 2008 23:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/wp-231-plugin-notify-admin-only-of-wordpress-updates/#comment-34035</guid>
		<description>Great plugin :). I just noticed this message myself. I have no idea why WP would have this display to non admins. Completely pointless, an admin knows whether they&#039;re going to update to a newer WP or not. Anyway, cheers! Thought I was going to have to edit the code myself (cue 10 hours of random file editing, not exactly knowing exactly what I&#039;m changing but just crossing my fingers and hoping for the best :p)</description>
		<content:encoded><![CDATA[<p>Great plugin :). I just noticed this message myself. I have no idea why WP would have this display to non admins. Completely pointless, an admin knows whether they&#8217;re going to update to a newer WP or not. Anyway, cheers! Thought I was going to have to edit the code myself (cue 10 hours of random file editing, not exactly knowing exactly what I&#8217;m changing but just crossing my fingers and hoping for the best :p)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
