<?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: WP_CodeShield</title>
	<atom:link href="http://scott.sherrillmix.com/blog/blogger/wp_codeshield/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/</link>
	<description>I'm a biologist not a...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:02:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Paul</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/comment-page-1/#comment-189072</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 25 Feb 2011 12:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/wp_codeshield/#comment-189072</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Everything Is Crap &#187; Blog Archiv &#187; It&#8217;s not &#8220;stealing&#8221; (my new, stolen code wrapping technique)</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/comment-page-1/#comment-167376</link>
		<dc:creator>Everything Is Crap &#187; Blog Archiv &#187; It&#8217;s not &#8220;stealing&#8221; (my new, stolen code wrapping technique)</dc:creator>
		<pubDate>Tue, 29 Jun 2010 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/wp_codeshield/#comment-167376</guid>
		<description>[...] Raw HTML capability by Janis Elsts WP_CodeShield by Scott Sherrill-Mix [...]</description>
		<content:encoded><![CDATA[<p>[...] Raw HTML capability by Janis Elsts WP_CodeShield by Scott Sherrill-Mix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ::Schrödinger&#8217;s Blog:: &#187; AddThis Manually Installed</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/comment-page-1/#comment-139069</link>
		<dc:creator>::Schrödinger&#8217;s Blog:: &#187; AddThis Manually Installed</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/wp_codeshield/#comment-139069</guid>
		<description>[...] I always feel pretty badass when I can code my way out of an annoying problem. [Also: Big thanks to Damnit Jim! for the WP_CodeShield [...]</description>
		<content:encoded><![CDATA[<p>[...] I always feel pretty badass when I can code my way out of an annoying problem. [Also: Big thanks to Damnit Jim! for the WP_CodeShield [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/comment-page-1/#comment-139065</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/wp_codeshield/#comment-139065</guid>
		<description>Thanks!

This little gizmo makes my life quite a bit easier.  I feel like the &#039;code&#039; tags should have done this in the first place...</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>This little gizmo makes my life quite a bit easier.  I feel like the &#8216;code&#8217; tags should have done this in the first place&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viv</title>
		<link>http://scott.sherrillmix.com/blog/blogger/wp_codeshield/comment-page-1/#comment-123428</link>
		<dc:creator>viv</dc:creator>
		<pubDate>Mon, 09 Mar 2009 07:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/wp_codeshield/#comment-123428</guid>
		<description>Testing
&lt;code&gt;comment_status) ) {
	do_action(&#039;comment_id_not_found&#039;, $comment_post_ID);
	exit;
} elseif ( !comments_open($comment_post_ID) ) {
	do_action(&#039;comment_closed&#039;, $comment_post_ID);
	wp_die( __(&#039;Sorry, comments are closed for this item.&#039;) );
} elseif ( in_array($status-&gt;post_status, array(&#039;draft&#039;, &#039;pending&#039;) ) ) {
	do_action(&#039;comment_on_draft&#039;, $comment_post_ID);
	exit;
}?&gt;
&lt;?php the_content(&#039;Read the rest of this entry &#187;&#039;); ?&gt;</description>
		<content:encoded><![CDATA[<p>Testing<br />
<code>comment_status) ) {<br />
	do_action('comment_id_not_found', $comment_post_ID);<br />
	exit;<br />
} elseif ( !comments_open($comment_post_ID) ) {<br />
	do_action('comment_closed', $comment_post_ID);<br />
	wp_die( __('Sorry, comments are closed for this item.') );<br />
} elseif ( in_array($status-&gt;post_status, array('draft', 'pending') ) ) {<br />
	do_action('comment_on_draft', $comment_post_ID);<br />
	exit;<br />
}?&gt;<br />
&lt;?php the_content('Read the rest of this entry &raquo;'); ?&gt;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

