<?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 for Elitist</title>
	<atom:link href="http://decodecode.net/elitist/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://decodecode.net/elitist</link>
	<description>Ruminations of a Web weaver…</description>
	<lastBuildDate>Mon, 02 Jan 2012 00:03:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Adding placeholders to Contact Forms 7 by gilad</title>
		<link>http://decodecode.net/elitist/2011/12/adding-placeholders-to-contact-forms-7/#comment-687</link>
		<dc:creator>gilad</dc:creator>
		<pubDate>Mon, 02 Jan 2012 00:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://decodecode.net/elitist/?p=120#comment-687</guid>
		<description>I found this and it works:
I believe the same line I just posted could be added to line 70 of modules/text.php in the new 2.0 version, but I&#039;m not sure about the block of code above it. So I&#039;d suggest using:

if ( $value != &#039;&#039; ) {
	$atts .= &#039; onfocus=&quot;if (this.value == &#039;&#039; . esc_attr( $value ) . &#039;&#039;) {this.value = &#039;&#039;;}&quot; onblur=&quot;if (this.value == &#039;&#039;) {this.value = &#039;&#039; . esc_attr( $value ) . &#039;&#039;;}&quot;&#039;;
}</description>
		<content:encoded><![CDATA[<p>I found this and it works:<br />
I believe the same line I just posted could be added to line 70 of modules/text.php in the new 2.0 version, but I&#8217;m not sure about the block of code above it. So I&#8217;d suggest using:</p>
<p>if ( $value != &#8221; ) {<br />
	$atts .= &#8216; onfocus=&#8221;if (this.value == &#8221; . esc_attr( $value ) . &#8221;) {this.value = &#8221;;}&#8221; onblur=&#8221;if (this.value == &#8221;) {this.value = &#8221; . esc_attr( $value ) . &#8221;;}&#8221;&#8216;;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

