<?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: No Update Nag v1.1.1</title>
	<atom:link href="http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: petergibbons</title>
		<link>http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/comment-page-1/#comment-461977</link>
		<dc:creator>petergibbons</dc:creator>
		<pubDate>Sun, 13 Mar 2011 00:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=449#comment-461977</guid>
		<description>Thanks Scott,

You da man!</description>
		<content:encoded><![CDATA[<p>Thanks Scott,</p>
<p>You da man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/comment-page-1/#comment-461630</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 28 Feb 2011 23:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=449#comment-461630</guid>
		<description>You could try my &lt;a href=&quot;http://coffee2code.com/wp-plugins/admin-trim-interface/&quot; rel=&quot;nofollow&quot;&gt;Admin Trim Interface&lt;/a&gt; plugin, which allows you to selectively remove parts of the admin interface.  One such item is the version info in the footer.

However, if it&#039;s just that one bit you need, and you&#039;re willing to add code yourself, you can include this snippet in your active theme&#039;s functions.php file:

&lt;code&gt;
&lt;?php
/**
 * Don&#039;t show the WordPress version nag in admin footer.
 * NOTE: Won&#039;t show WP version at all.
 */
function remove_core_update_footer() {
	remove_filter( &#039;update_footer&#039;, &#039;core_update_footer&#039; );
}
add_action( &#039;admin_init&#039;, &#039;remove_core_update_footer&#039; );
?&gt;
&lt;/code&gt;

In a future version of this plugin I may incorporate this capability, though at that point I&#039;ll probably add an admin interface to configure what update nags to hide.  I don&#039;t want to hide them all outright out of fear someone won&#039;t otherwise have any notice that WP has been updated.  Probably would be in v2.0 of the plugin, so if you do add the above code yourself, make note of the Change Log for future updates to see if I&#039;ve added the equivalent of the above.</description>
		<content:encoded><![CDATA[<p>You could try my <a href="http://coffee2code.com/wp-plugins/admin-trim-interface/" rel="nofollow">Admin Trim Interface</a> plugin, which allows you to selectively remove parts of the admin interface.  One such item is the version info in the footer.</p>
<p>However, if it&#8217;s just that one bit you need, and you&#8217;re willing to add code yourself, you can include this snippet in your active theme&#8217;s functions.php file:</p>
<p><pre><code>
&lt;?php
/**
 * Don&#039;t show the WordPress version nag in admin footer.
 * NOTE: Won&#039;t show WP version at all.
 */
function remove_core_update_footer() {
  remove_filter( &#039;update_footer&#039;, &#039;core_update_footer&#039; );
}
add_action( &#039;admin_init&#039;, &#039;remove_core_update_footer&#039; );
?&gt;
</code></pre></p>
<p>In a future version of this plugin I may incorporate this capability, though at that point I&#8217;ll probably add an admin interface to configure what update nags to hide.  I don&#8217;t want to hide them all outright out of fear someone won&#8217;t otherwise have any notice that WP has been updated.  Probably would be in v2.0 of the plugin, so if you do add the above code yourself, make note of the Change Log for future updates to see if I&#8217;ve added the equivalent of the above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petergibbons</title>
		<link>http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/comment-page-1/#comment-461629</link>
		<dc:creator>petergibbons</dc:creator>
		<pubDate>Mon, 28 Feb 2011 21:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=449#comment-461629</guid>
		<description>Hey Scott, how would you suppress the nag in the footer?</description>
		<content:encoded><![CDATA[<p>Hey Scott, how would you suppress the nag in the footer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/12/31/no-update-nag-v1-1-1/comment-page-1/#comment-455036</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 07 Jul 2010 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=449#comment-455036</guid>
		<description>Just a note to indicate that this version is still fully compatible with WordPress 3.0+.</description>
		<content:encoded><![CDATA[<p>Just a note to indicate that this version is still fully compatible with WordPress 3.0+.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/7 queries in 0.002 seconds using disk: basic
Object Caching 233/233 objects using disk: basic

Served from: coffee2code.com @ 2012-05-21 02:36:22 -->
