<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the rabbit hole &#187; wordpress development</title>
	<atom:link href="http://bugssite.org/blog/tag/wordpress-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugssite.org</link>
	<description>where you feel a little closer to home</description>
	<lastBuildDate>Wed, 02 Jun 2010 23:31:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WordPress 3.0 is not out yet, but it&#8217;s running here!</title>
		<link>http://bugssite.org/blog/2010/02/12/wordpress-3-0-is-not-out-yet-but-its-running-here/</link>
		<comments>http://bugssite.org/blog/2010/02/12/wordpress-3-0-is-not-out-yet-but-its-running-here/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 05:09:46 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=692</guid>
		<description><![CDATA[I took the dive today and moved this site into WordPress 3.0 Development trunk way ahead of the feature freeze date. I been monitoring the commits, and while I haven&#8217;t done much except for the few patches I have submitted the code is very stable. For those daring, go ahead and run the trunk. You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>I took the dive today and moved this site into WordPress 3.0 Development trunk way ahead of the feature freeze date. I been monitoring the commits, and while I haven&#8217;t done much except for the few patches I have submitted the code is very stable.</p>
<p>For those daring, go ahead and run the trunk. You&#8217;ll notice a speed difference with everything including the jQuery. Backup your site for when something fails or you need to revert!</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2010/02/12/wordpress-3-0-is-not-out-yet-but-its-running-here/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Testing Solution</title>
		<link>http://bugssite.org/blog/2010/02/10/wordpress-testing-solution/</link>
		<comments>http://bugssite.org/blog/2010/02/10/wordpress-testing-solution/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:39:17 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[release candidates]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=685</guid>
		<description><![CDATA[One of the problems the core developers have of WordPress is the amount of testing that goes on. Since this is free/open source software, users usually do not try software that they can get free. When its paid software they fell like it&#8217;s an obligation to make sure that they are getting their&#8217;s money worth [...]]]></description>
			<content:encoded><![CDATA[<p>One of the problems the core developers have of WordPress is the amount of testing that goes on. Since this is free/open source software, users usually do not try software that they can get free. When its paid software they fell like it&#8217;s an obligation to make sure that they are getting their&#8217;s money worth before having it officially released as the &#8216;offical&#8217; version.</p>
<p>It doesn&#8217;t work that way for WordPress. <a href="http://www.scratch99.com/">Stephen Cronin</a> has posted up some ideas on <a href="http://www.scratch99.com/2010/02/the-solution-to-the-lack-of-wordpress-beta-testing/">his website</a> and one stands out that could work for WordPress.<br />
<span id="more-685"></span><br />
The <strong>Staged Released</strong> version from Stephen&#8217;s is a version that I like to see adapted for WordPress. This would allow more people to get in the testing without having the entire WordPress user base feeling any remaining issues.</p>
<p>What would it take to get this implemented? It would have to go in after 3.0.x. The update API would have to be re-written to allow this kind of update. This kind of update might be beneficial for users who also might want ignore plugin updates.</p>
<p>Ignore options would be stored and could be restored in the future if the user would like to come back into the testing and/or see plugin updates.</p>
<p>I think this is a really good idea and should be implemented in WordPress 3.1.x.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2010/02/10/wordpress-testing-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme is now widgetized with a twist.</title>
		<link>http://bugssite.org/blog/2010/01/12/theme-is-now-widgetized-with-a-twist/</link>
		<comments>http://bugssite.org/blog/2010/01/12/theme-is-now-widgetized-with-a-twist/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:30:14 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=654</guid>
		<description><![CDATA[So I been working on behind the scenes on a new Widget version of my theme. It&#8217;s now live and it works great, but I had to make a number of modifications to the Widget system for it to work correctly. Back story: The first post in this series is located here. The way the [...]]]></description>
			<content:encoded><![CDATA[<p>So I been working on behind the scenes on a new Widget version of my theme. It&#8217;s now live and it works great, but I had to make a number of modifications to the Widget system for it to work correctly.</p>
<p>Back story: The first post in this series is <a href="../blog/2009/12/09/widget-customization-theme-controlled/">located here</a>. The way the widget system is built right now is that when a Widget is outputted and you have custom design you want shown, you have to pass your design through the register_widget function inside functions.php, which then wraps around the widget output. I thought this was a very messy way to do it especially since it removes the ability for plugin author and user to make all the formatting look the same when the theme is updated or if the widget has custom formatting needed.</p>
<p>Since then, I published a trac ticket (<a href="http://core.trac.wordpress.org/ticket/11387">#11387</a>) that includes the entire patch of this system. (Some of the code has been moved to another trac ticket for version 3.0 feature.)</p>
<p>This <em>new</em> enhancement to the Widget API system allows two things:</p>
<ol>
<li>Allows theme authors to specify a &#8220;Widget Walker&#8221; that will output of the design/css/code of all widgets that a user will use look the same.</li>
<li>Gives widget authors more control over their content not being manipulated as much.</li>
</ol>
<p>On my site I had to create a new theme file called &#8216;widget.php&#8217; just to override the Widget System that is officially in 2.9.1, but it&#8217;s working fine and I had seen no problems since I did this major update a few days ago. I am going to see if we can implement this in after 3.0.x because this will be a great feature for all those WordPress Muliuser sites that need all types of customization including sites that have different formatting for different pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2010/01/12/theme-is-now-widgetized-with-a-twist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9, Official</title>
		<link>http://bugssite.org/blog/2009/12/19/wordpress-2-9-official/</link>
		<comments>http://bugssite.org/blog/2009/12/19/wordpress-2-9-official/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 16:10:05 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=627</guid>
		<description><![CDATA[Wow. That was fast. Not less than 72 hours ago we released RC1 of 2.9 and we got such a good response from testing that we decided to skip the two week testing period for a release of WordPress 2.9 &#8220;Carmen&#8221;. Early Holiday Present. So get it today using the automatic upgrade feature. Expect WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. <a href="http://bugssite.org/blog/2009/12/16/wordpress-2-9-rc/">That was fast.</a> Not less than 72 hours ago we released RC1 of 2.9 and we got such a good response from testing that we decided to skip the two week testing period for a release of <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">WordPress 2.9 &#8220;Carmen&#8221;.</a> Early Holiday Present. So get it today using the automatic upgrade feature.</p>
<p>Expect WordPress 3.0 released around the spring time because of the large changes to the core including WPMU integration and more media stuff (yay!).</p>
<p>Have a very safe holidays!</p>
<p>A quick note: If you run a stand-alone version, not hosted on WordPress.com, be sure you have at least <strong>MySQL version 4.1.2</strong>.  All backwards compatibility was taken out of 2.9.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2009/12/19/wordpress-2-9-official/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widget Customization, Theme Controlled</title>
		<link>http://bugssite.org/blog/2009/12/09/widget-customization-theme-controlled/</link>
		<comments>http://bugssite.org/blog/2009/12/09/widget-customization-theme-controlled/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:34:24 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=618</guid>
		<description><![CDATA[I wished I used widgets. Why havn&#8217;t it? Because the coding around them is mostly hardcoded. Lets take a common scenario that I see all the time and from other people: User A downloads Plugin A. Plugin A has a widget which has hardcoded data output. User A has a custom theme (or a downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>I wished I used widgets. Why havn&#8217;t it? Because the coding around them is mostly hardcoded. Lets take a common scenario that I see all the time and from other people:</p>
<blockquote><p><strong>User A</strong> downloads <em>Plugin A</em>. <em>Plugin A</em> has a widget which has hardcoded data output. <strong>User A</strong> has a custom theme (or a downloaded theme.) and <em>Plugin A</em> does not conform to the theme&#8217;s design making <strong>User A</strong> scramble for help. They check the WordPress.org forums for help in getting Widget of <em>Plugin A</em> changed. User A gets no help. Uninstalls the <em>Plugin A</em> and then is one less user that Author has their plugin installed.</p></blockquote>
<p>Now my way of what might be coming to a WordPress enabled site soon (3.x.x would be the earliest):</p>
<blockquote><p><strong>User A</strong> downloads <em>Plugin A</em>. <em>Plugin A</em> has a widget. <strong>User A</strong> has a custom theme (or a downloaded theme) and that theme has a class that extends <em><strong>Walker_Widget</strong></em> called <em><strong>My_</strong></em><em><strong>Walker_Widget</strong></em><em>. </em>User A enables that Widget and it looks nice and pretty with their theme. They smile. <img src='http://bugssite.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>When the theme author updates their theme, all <strong>User&#8217;s A</strong> widgets will look like they belong there.</p></blockquote>
<p><span id="more-618"></span></p>
<p>The Walker Widget is based of the original walker which controls the design of the output of either pages and categories. This time it&#8217;s for Widget design purposes.</p>
<p>I have <a href="http://core.trac.wordpress.org/ticket/11387">started a ticket with a first version of a  patch</a> on the WordPress trac site for people to test out. Currently I have change the formatting of all 12 default WordPress plugins to use the new system with the extended classes doing all the formatting. <strong>Things can still change between this patch and another.</strong> Also in the ticket is an example of my own &#8216;Walker_Widget_Rabbit&#8217; design class that I have done for my development version of this theme with the Widget changes, but below is an updated version that I worked on including some custom functions I added to the design class.</p>
<pre class="brush: php;">
class Walker_Widget_Rabbit extends Walker_Widget {

 /*
 *
 */
 function start_widget($args, &amp;$output) {
 global $rabbithole;

 $output .= do_action('sidebar_before_module', $args['classname']);
 $output .= do_action('sidebar_before_module_' . $args['classname']);

 if ($this-&gt;scrollable($args) &amp;&amp; (bool) $rabbithole-&gt;get_option('scrolling'))
 $output .= $this-&gt;scrollable($args, 'javascript');

 $output .= sprintf( &quot;&lt;div class='module widget %s'&gt;&quot;, $args['classname'] );
 }

 /*
 *
 */
 function title_widget($args, &amp;$output) {
 global $rabbithole;

 $output .= &quot;&lt;div class='head'&gt;&quot;;
 $output .= &quot;&lt;h3&gt;&quot; . $args['title'] . &quot;&lt;/h3&gt;&quot;;

 if ($this-&gt;scrollable($args) &amp;&amp; (bool) $rabbithole-&gt;get_option('scrolling'))
 $output .= &quot;&lt;div class='desc'&gt;&quot; . sprintf( __(&quot;navi: &lt;a id=\&quot;prev_%s\&quot;&gt;prev&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a id=\&quot;next_%s\&quot;&gt;next&lt;/a&gt;&quot;), $args['classname'], $args['classname']) . &quot;&lt;/div&gt;&quot;;

 $output .= &quot;&lt;/div&gt;&quot;;

 }

 /*
 *
 */
 function content_widget($args, &amp;$output) {
 $output .= &quot;&lt;div class='wrap'&gt;&quot; . $this-&gt;scrollable($args, 'style') . &quot;&lt;/div&gt;&quot;;
 }

 function end_widget($args, &amp;$output) {
 $output .= &quot;&lt;/div&gt;&quot;;
 $output .= do_action('sidebar_after_module', $args['classname']);
 $output .= do_action('sidebar_after_module_' . $args['classname']);
 }

 /** Customer Functions of the Widget Walker **/

 function scrollable($args, $area = 'enabled') {
 global $rabbithole;

 if ( $area == 'enabled' ) {
 switch ($args['classname']) {
 case 'widget_categories':
 case 'widget_archive': return true;
 default: return false;
 }
 }

 if ( $area == 'style' ) {
 switch ($args['style']) {
 case 'none':
 break;
 default:
 $args['output'] = &quot;&lt;ul class='dash-strip'&gt;&quot; . $args['output'] . &quot;&lt;/ul&gt;&quot;;
 }

 if ($this-&gt;scrollable($args) &amp;&amp; (bool) $rabbithole-&gt;get_option('scrolling'))
 $args['output'] = $this-&gt;scrollable($args, 'style_wrap');

 return $args['output'];
 }

 if ( $area == 'style_wrap' ) {

 switch ($args['classname']) {
 case 'widget_categories': return &quot;&lt;div class='content-scroll'&gt;&quot; . $args['output'] . &quot;&lt;/div&gt;&quot;;
 case 'widget_archive': return &quot;&lt;div class='content-scroll-large'&gt;&quot; . $args['output'] . &quot;&lt;/div&gt;&quot;;
 }

 }

 if ( $area == 'javascript' ) {

 $obj = $args['classname'];
 switch ($obj) {
 case 'widget_categories': $size = 5;
 case 'widget_archive': $size = 6;
 }

 return &quot;&lt;script type='text/javascript'&gt;
 /* &lt;![CDATA[ */
 jQuery(document).ready(function() {
 jQuery(\&quot;.&quot;.$obj.&quot;\&quot;).scrollable({
 vertical: true,
 size: &quot;.$size.&quot;,
 keyboard: false,
 items: '.dash-strip',
 easing: 'linear',
 prevPage: '#prev_&quot;.$obj.&quot;',
 nextPage: '#next_&quot;.$obj.&quot;',
 disabledClass: 'disabled_Scroll',
 clickable: false
 });
 });
 /* ]]&gt; */
 &lt;/script&gt;&quot;;
 }

 }

}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2009/12/09/widget-customization-theme-controlled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Walker Tutorial</title>
		<link>http://bugssite.org/blog/2009/12/08/wordpress-custom-walker-tutorial/</link>
		<comments>http://bugssite.org/blog/2009/12/08/wordpress-custom-walker-tutorial/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:11:30 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=605</guid>
		<description><![CDATA[This subject is not very well documented anywhere in the WordPress Codex or online. I only found one site that talked about a custom walker class. What is a Walker Class? A walker class allows you to manipulate how data is displaied on your blog without having to modify the core files. What ever methods [...]]]></description>
			<content:encoded><![CDATA[<p>This subject is not very well documented anywhere in the WordPress Codex or online. I only found one site that talked about <a href="http://www.wprecipes.com/how-to-modify-lists-like-categories-and-blogroll-in-wordpress">a custom walker class</a>.</p>
<p>What is a Walker Class?</p>
<blockquote><p>A walker class allows you to manipulate how data is displaied on your blog without having to modify the core files. What ever methods you do not override use the default method in the Walker class that you Extend.</p></blockquote>
<p><span id="more-605"></span>There are five walkers <a href="http://phpdoc.wordpress.org/trunk/WordPress/Walker.html">already built in</a>:</p>
<ol>
<li>Walker_Comment &#8211; Used for when listing comments</li>
<li>Walker_CategoryDropdown &#8211; Category list into an HTML dropdown element</li>
<li>Walker_PageDropdown &#8211; Page list into an HTML dropdown element</li>
<li>Walker_Page &#8211; Page listing widget/navigation</li>
<li>Walker_Category &#8211; Category dropdown tree</li>
</ol>
<p>In this example, I am going to show you how I worked on extending the Walker_Page class and implementing it correctly in a theme.</p>
<p><strong>header.php</strong></p>
<pre class="brush: php;">
$walker_pages = new Walker_Page_Rabbit;
wp_list_pages(array('walker' =&gt; $walker_pages, 'title_li' =&gt; '', 'depth' =&gt; '1'));
</pre>
<p><strong>functions.php</strong></p>
<pre class="brush: php;">
class Walker_Page_Rabbit extends Walker_Page {
 //... code here ...
}
</pre>
<p>Within this class you can have methods/function that override WordPress&#8217;s default code including how it works and how the information is displayed.  Instead of relying on WordPress to create it and then you format it with CSS you can make it right from the start and make the code more beautiful or do something totally different.</p>
<p><em>&#8220;O.k. I get it. I can override the walker. Why can&#8217;t I just use a callback?&#8221;</em></p>
<p>Callbacks are fine. Use callbacks. But if you were to use a walker you can add additional switches that a callback can&#8217;t handle allowing you for more customized looks. Not all walkers that WordPress has callbacks.</p>
<p>I have two uses of wp_list_pages. One is for the upper navigation and the other is for subpages (View the About page). Both look the same, but if I added an extra item to the array.. lets say &#8216;area&#8217; and defined it as subpages and inside my customer walker method &#8216;start_el&#8217;  I can say..</p>
<pre class="brush: php;">
if (subpages)
//... this is the css you are going to use ...
else
//... use this set of css ...
</pre>
<p>..and the output xhtml code would all still be the same, but be customized based off a new variable.</p>
<p>Using Walker classes does require some knowledge of Object Orientated Programing (OOP) in PHP, but it&#8217;s not a total requirement. There are still areas in which do not use a walker class and only filters so there is room for expansion.</p>
<p>One of the uses of a Walker class is that there could be a <strong>Walker_Widget</strong> class created that can make all widgets, custom or standard follow the same design standard so that widgets instead of outputting their own design use the design stated by a theme&#8217;s Walker.</p>
<p>Walker manipulation can be very powerful if used correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2009/12/08/wordpress-custom-walker-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on Media in WordPress</title>
		<link>http://bugssite.org/blog/2009/11/21/update-on-media-in-wordpress/</link>
		<comments>http://bugssite.org/blog/2009/11/21/update-on-media-in-wordpress/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 04:35:06 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wireframes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=581</guid>
		<description><![CDATA[Just want to let all you fellow WordPress users know that while I was at WordCamp NYC 2009, I did talk for a few minutes with Matt about a potential new media system. A while back I posted up a wireframes document. That version is now way outdated and been working on a new version [...]]]></description>
			<content:encoded><![CDATA[<p>Just want to let all you fellow WordPress users know that while I was at WordCamp NYC 2009, I did talk for a few minutes with Matt about a potential new media system. A while back <a href="http://bugssite.org/blog/2009/04/11/media-management-system-wireframes-for-wordpress-29x/">I posted up a wireframes document</a>. That version is now <em>way</em> outdated and been working on a new version since the end of WordCamp.</p>
<p>Most of the text is done. All that is left is mock-ups of the design proposal. I should have it submitted to Matt (<a href="http://ma.tt/">photomatt</a>) by the next few days after Thanksgiving and then once we talk it over and make any corrections, I will post it here for everyone to review for comments and suggestions on changes.</p>
<p>Once I am done with talking with Matt, hopefully I can start dedicating 100% of my time to re-developing the system for either 3.0.x or 3.1.x release. (3.0.x would be preferable because of the longer cycle) With 2.9.x feature frozen and image editing now added into the system it will be much easier to complete this task.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2009/11/21/update-on-media-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beta 1</title>
		<link>http://bugssite.org/blog/2008/11/01/beta-1/</link>
		<comments>http://bugssite.org/blog/2008/11/01/beta-1/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 13:37:00 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://bugssite.org/?p=298</guid>
		<description><![CDATA[After a long summer and fall, Beta 1 of WordPress 2.7.0 is out and ready for testing. This is not intended for production use, however, we feel that it&#8217;s stable enough for you to place on your production blog with minimal impact. Be sure to backup your blog if you are going to do it [...]]]></description>
			<content:encoded><![CDATA[<p>After a long summer and fall, <a href="http://wordpress.org/development/2008/11/wordpress-27-beta-1/" target="_blank">Beta 1 of WordPress 2.7.0</a> is out and ready for testing. This is not intended for production use, however, we feel that it&#8217;s stable enough for you to place on your production blog with minimal impact. Be sure to backup your blog if you are going to do it in-case anything goes wrong, but I don&#8217;t see that happening anytime soon. The release date of Nov. 11 is been pushed back to be now the Release Candidate date. We are not targeting a end of November release date.</p>
<p>I like to give props out to <a href="http://boren.nu/archives/2008/11/01/27-beta-1/" target="_blank">Ryan</a>, Jane, Westi, <a href="http://www.viper007bond.com/" target="_blank">ViperBond</a>, <a href="http://dd32.id.au/" target="_blank">DD32</a>, Azaozz, Mark Jaquith, and last but not least Matt for letting me part of the team in this round. Hopefully when working on 2.8 I can help in a bigger way with my attachment system with multiple gallery support worked on as a team. <img src='http://bugssite.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bugssite.org/blog/2008/11/01/beta-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
