<?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"
	>
<channel>
	<title>Comments on: WordPress 2.1 needs more developer documentation</title>
	<atom:link href="http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/</link>
	<description>Reid Beels is a communication design student at PNCA in Portland, Oregon. He enjoys designing for print and the web, writing php code, and taking far too many photographs.</description>
	<pubDate>Fri, 21 Nov 2008 09:15:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Luciano</title>
		<link>http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/#comment-2555</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Mon, 05 Mar 2007 03:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/#comment-2555</guid>
		<description>Sorry, that was ment for your Dropdown Archives post..</description>
		<content:encoded><![CDATA[<p>Sorry, that was ment for your Dropdown Archives post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/#comment-2554</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Mon, 05 Mar 2007 03:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://reidbeels.com/posts/2007/02/wordpress-21-needs-more-developer-documentation/#comment-2554</guid>
		<description>Hello,

The problem some folks had about the widget displaying an warning is due to running an old version of WP.

Here's my fix for the 2.0.1:

Change:
    add_action(’widgets_init’, ‘widget_archive_drop_init’);
To:
    add_action(’plugins_loaded’, ‘widget_archive_drop_init’);

Them change:
wp_get_archives(”type=monthly&#38;show_post_count=$c&#38;format=option”);

To:
    get_archives(”monthly”,”",”option”,$c);

Hope it helps you.
Nice extension but poor support.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The problem some folks had about the widget displaying an warning is due to running an old version of WP.</p>
<p>Here&#8217;s my fix for the 2.0.1:</p>
<p>Change:<br />
    add_action(’widgets_init’, ‘widget_archive_drop_init’);<br />
To:<br />
    add_action(’plugins_loaded’, ‘widget_archive_drop_init’);</p>
<p>Them change:<br />
wp_get_archives(”type=monthly&amp;show_post_count=$c&amp;format=option”);</p>
<p>To:<br />
    get_archives(”monthly”,”&#8221;,”option”,$c);</p>
<p>Hope it helps you.<br />
Nice extension but poor support.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
