<?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 World&#8217;s Shortest WordPress Plugin</title>
	<atom:link href="http://wpmu.org/the-worlds-shortest-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/</link>
	<description>WordPress, Multisite &#38; BuddyPress plugins, themes, news and reviews and special offers from the team at WPMU.org</description>
	<lastBuildDate>Thu, 24 May 2012 19:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Alex Dumitru</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2765</link>
		<dc:creator>Alex Dumitru</dc:creator>
		<pubDate>Mon, 11 May 2009 19:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2765</guid>
		<description>?&gt; 

:)</description>
		<content:encoded><![CDATA[<p>?&gt; </p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2764</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 11 May 2009 12:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2764</guid>
		<description>I never could get that style of function override to work properly, so I gave up on them :)</description>
		<content:encoded><![CDATA[<p>I never could get that style of function override to work properly, so I gave up on them :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsader</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2762</link>
		<dc:creator>dsader</dc:creator>
		<pubDate>Mon, 11 May 2009 04:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2762</guid>
		<description>I keep an emergency &quot;disable all avatars&quot; plugin handy to drop in mu-plugin &quot;just in case&quot;:
&lt;code&gt;function get_avatar() {}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I keep an emergency &#8220;disable all avatars&#8221; plugin handy to drop in mu-plugin &#8220;just in case&#8221;:<br />
<code>function get_avatar() {}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2761</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Sun, 10 May 2009 21:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2761</guid>
		<description>Knocking off 9 characters from the original plugin. Makes it smaller but a little bit trickier to read:

add_filter(&#039;flash_uploader&#039;,create_function(&#039;$f&#039;,&#039;return 0;&#039;));

And, yes I know 0 in php technically isn&#039;t false, but the check for $flash doesn&#039;t use a explicit check for false (===) so it works in this case.</description>
		<content:encoded><![CDATA[<p>Knocking off 9 characters from the original plugin. Makes it smaller but a little bit trickier to read:</p>
<p>add_filter(&#8216;flash_uploader&#8217;,create_function(&#8216;$f&#8217;,'return 0;&#8217;));</p>
<p>And, yes I know 0 in php technically isn&#8217;t false, but the check for $flash doesn&#8217;t use a explicit check for false (===) so it works in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2759</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 10 May 2009 04:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2759</guid>
		<description>Erg, sorry &#039;bout that, will put it in the mixer for upcoming wpmu.org redesign!</description>
		<content:encoded><![CDATA[<p>Erg, sorry &#8217;bout that, will put it in the mixer for upcoming wpmu.org redesign!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsader</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2758</link>
		<dc:creator>dsader</dc:creator>
		<pubDate>Sun, 10 May 2009 04:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2758</guid>
		<description>Baa, sorry but the comment form borks the code. Here,
http://wpmudev.org/project/Wysiwyg-Print/download</description>
		<content:encoded><![CDATA[<p>Baa, sorry but the comment form borks the code. Here,<br />
<a href="http://wpmudev.org/project/Wysiwyg-Print/download" rel="nofollow">http://wpmudev.org/project/Wysiwyg-Print/download</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsader</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2757</link>
		<dc:creator>dsader</dc:creator>
		<pubDate>Sun, 10 May 2009 04:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2757</guid>
		<description>&lt;code&gt;add_action(&#039;wp_head&#039;, create_function(&#039;$print&#039;, &#039;print &quot;&quot;;&#039;) );&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>add_action('wp_head', create_function('$print', 'print "";') );</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsader</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2756</link>
		<dc:creator>dsader</dc:creator>
		<pubDate>Sun, 10 May 2009 04:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2756</guid>
		<description>Here&#039;s a one liner I now use to force a blog&#039;s printed pages to look the same as its screen pages.

WYSIWYG Print Plugin:

`add_action(&#039;wp_head&#039;, create_function(&#039;$print&#039;, &#039;print &quot;&quot;;&#039;) );`</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a one liner I now use to force a blog&#8217;s printed pages to look the same as its screen pages.</p>
<p>WYSIWYG Print Plugin:</p>
<p>`add_action(&#8216;wp_head&#8217;, create_function(&#8216;$print&#8217;, &#8216;print &#8220;&#8221;;&#8217;) );`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://wpmu.org/the-worlds-shortest-wordpress-plugin/#comment-2753</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 08 May 2009 21:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=1111#comment-2753</guid>
		<description>Ok, I&#039;ll start. As James mentioned before, this is for plugins. The plugin must actually complete the task, but doesn&#039;t need to include the &quot;header comments&quot;.

Disable the flash uploader plugin:

&lt;code&gt;
add_filter(&#039;flash_uploader&#039;, create_function(&#039;$flash&#039;, &#039;return false;&#039;));
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ll start. As James mentioned before, this is for plugins. The plugin must actually complete the task, but doesn&#8217;t need to include the &#8220;header comments&#8221;.</p>
<p>Disable the flash uploader plugin:</p>
<p><code><br />
add_filter('flash_uploader', create_function('$flash', 'return false;'));<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

