<?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>Pelago :: web design &#38; development blog &#187; wordpress</title>
	<atom:link href="http://www.pelagodesign.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pelagodesign.com/blog</link>
	<description>Santa Barbara Web Design and Web Development Blog on the web world and other randoms</description>
	<lastBuildDate>Wed, 09 Mar 2011 16:31:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>WordPress 2.5 moderate comments bug</title>
		<link>http://www.pelagodesign.com/blog/2008/06/19/wordpress-25-moderate-comments-bug/</link>
		<comments>http://www.pelagodesign.com/blog/2008/06/19/wordpress-25-moderate-comments-bug/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 18:53:43 +0000</pubDate>
		<dc:creator>Jaime</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/?p=389</guid>
		<description><![CDATA[There&#8217;s a bug with 2.5 that doesn&#8217;t allow you to moderate comments. The problem is with the _wp_get_comment_list function and how it retrieves counts from the database specifically a missing column index. Running this line on your database should fix the problem: ALTER TABLE wp_comments ADD INDEX ( comment_date_gmt );]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a bug with 2.5 that doesn&#8217;t allow you to moderate comments. The problem is with the _wp_get_comment_list function and how it retrieves counts from the database specifically a missing column index. Running this line on your database should fix the problem:</p>
<p><code>ALTER TABLE wp_comments ADD INDEX ( comment_date_gmt );</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2008/06/19/wordpress-25-moderate-comments-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

