<?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: WordPress 2.6 svn-upgrade; ouch!</title>
	<atom:link href="http://blog.futtta.be/2008/07/15/wordpress-26-svn-upgrade-ouch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.futtta.be/2008/07/15/wordpress-26-svn-upgrade-ouch/</link>
	<description>Frank Goossens&#039; Twitterless twaddle</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2008/07/15/wordpress-26-svn-upgrade-ouch/#comment-1400</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=468#comment-1400</guid>
		<description>almost forgot; the search-widget in wp-includes/widgets.php from the tarball seems to have a label with css-class hidden

&lt;label class=&quot;hidden&quot; for=&quot;s&quot;&gt;Search for:&lt;/label&gt;

but .hidden did not exist in my theme&#039;s css. if you encounter this problem, just add

.hidden {
visibility:hidden;
display:none;
}

to your theme&#039;s css-file and all should be well.</description>
		<content:encoded><![CDATA[<p>almost forgot; the search-widget in wp-includes/widgets.php from the tarball seems to have a label with css-class hidden</p>
<p><label class="hidden" for="s">Search for:</label></p>
<p>but .hidden did not exist in my theme&#8217;s css. if you encounter this problem, just add</p>
<p>.hidden {<br />
visibility:hidden;<br />
display:none;<br />
}</p>
<p>to your theme&#8217;s css-file and all should be well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

