<?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: Writing Plugins (for WP &amp; WPMU)</title>
	<atom:link href="http://wpmututorials.com/how-to/writing-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/writing-plugins/</link>
	<description>WordPressMU how to - tips, hints, tricks and explainations for multiple blogs in WordPress</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:24:14 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron</title>
		<link>http://wpmututorials.com/how-to/writing-plugins/#comment-6936</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=291#comment-6936</guid>
		<description>The brief answer is that the security is stricter in MU than in WP. You need to make those changes to have the options whitelisted to the security in MU. If options are not whitelisted, MU won&#039;t save them.</description>
		<content:encoded><![CDATA[<p>The brief answer is that the security is stricter in MU than in WP. You need to make those changes to have the options whitelisted to the security in MU. If options are not whitelisted, MU won&#8217;t save them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acebone</title>
		<link>http://wpmututorials.com/how-to/writing-plugins/#comment-6846</link>
		<dc:creator>acebone</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=291#comment-6846</guid>
		<description>This is a nice article.

It would have been nicer if you explained WHY you do the things you do.

I am trying to make the plugin &quot;WP-PhotoContest&quot; MU-compatible, and of course that plugin looks different from the FWD plugin.</description>
		<content:encoded><![CDATA[<p>This is a nice article.</p>
<p>It would have been nicer if you explained WHY you do the things you do.</p>
<p>I am trying to make the plugin &#8220;WP-PhotoContest&#8221; MU-compatible, and of course that plugin looks different from the FWD plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make Plugin Compatible with WPMU - WordPress Tavern Forum</title>
		<link>http://wpmututorials.com/how-to/writing-plugins/#comment-5547</link>
		<dc:creator>Make Plugin Compatible with WPMU - WordPress Tavern Forum</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=291#comment-5547</guid>
		<description>[...] we just talked about this over here.  http://wpmututorials.com/how-to/writing-plugins/ http://wpmututorials.com/how-to/option-arrays/    Wordpress MU Tutorials &#124; Twitter &#124; Personal [...]</description>
		<content:encoded><![CDATA[<p>[...] we just talked about this over here.  <a href="http://wpmututorials.com/how-to/writing-plugins/" rel="nofollow">http://wpmututorials.com/how-to/writing-plugins/</a> <a href="http://wpmututorials.com/how-to/option-arrays/" rel="nofollow">http://wpmututorials.com/how-to/option-arrays/</a>    Wordpress MU Tutorials | Twitter | Personal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://wpmututorials.com/how-to/writing-plugins/#comment-1237</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 29 Sep 2009 01:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=291#comment-1237</guid>
		<description>Hi Chris,

Thanks for letting me know. I have a second post that I hope to get to tomorrow where I turn the options into an array so that it only adds one row to the options table.

Ron</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for letting me know. I have a second post that I hope to get to tomorrow where I turn the options into an array so that it only adds one row to the options table.</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wpmututorials.com/how-to/writing-plugins/#comment-1234</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=291#comment-1234</guid>
		<description>Hi Ron

Nice article.  :)

I&#039;m the author of the Facebook Dashboard Widget, and fixing it to work with WPMU is something I&#039;ve been promising people for a while - but as with most things, lack of free time has got into the way.

If you&#039;ve managed to get it working, I&#039;d love to integrate these fixes into the plugin for the next release - I&#039;ll be sure to give you a credit when I do.

If you&#039;re happy to do it, would it be possible to email ,e a copy of the new plugin code?  It&#039;d be useful to be able to see the changes in a diff viewer.

Thanks for potentially saving me a lot of time  :)

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Ron</p>
<p>Nice article.  <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m the author of the Facebook Dashboard Widget, and fixing it to work with WPMU is something I&#8217;ve been promising people for a while &#8211; but as with most things, lack of free time has got into the way.</p>
<p>If you&#8217;ve managed to get it working, I&#8217;d love to integrate these fixes into the plugin for the next release &#8211; I&#8217;ll be sure to give you a credit when I do.</p>
<p>If you&#8217;re happy to do it, would it be possible to email ,e a copy of the new plugin code?  It&#8217;d be useful to be able to see the changes in a diff viewer.</p>
<p>Thanks for potentially saving me a lot of time  <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>- Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
