<?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: Disable Search v1.1</title>
	<atom:link href="http://coffee2code.com/archives/2010/01/07/disable-search-v1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2010/01/07/disable-search-v1-1/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jan</title>
		<link>http://coffee2code.com/archives/2010/01/07/disable-search-v1-1/comment-page-1/#comment-459797</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Thu, 16 Dec 2010 11:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=541#comment-459797</guid>
		<description>Really a great plugin, but could you please add support for a complete blank query string. Some thing like the following code:

&lt;code&gt;
function blank_search($query) {
	global $wp_query;
	if ( isset( $_GET[&#039;s&#039;] ) &amp;&amp; $_GET[&#039;s&#039;] == &#039;&#039; ) {
		$wp_query-&gt;set_404();
	}
	return $query;
}

add_action( &#039;pre_get_posts&#039;, &#039;blank_search&#039; );
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Really a great plugin, but could you please add support for a complete blank query string. Some thing like the following code:</p>
<p><pre><code>
function blank_search($query) {
  global $wp_query;
  if ( isset( $_GET[&#039;s&#039;] ) &amp;&amp; $_GET[&#039;s&#039;] == &#039;&#039; ) {
    $wp_query-&gt;set_404();
  }
  return $query;
}

add_action( &#039;pre_get_posts&#039;, &#039;blank_search&#039; );
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2010/01/07/disable-search-v1-1/comment-page-1/#comment-456150</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=541#comment-456150</guid>
		<description>&lt;strong&gt;Plugin has been updated to v1.1.1.&lt;/strong&gt;

Changes:

* Fix disabling of search widget
* Move class instantiation inside of if(!class_exists()) check
* Rename class from &#039;DisableSearch&#039; to &#039;c2c_DisableSearch&#039;
* Store object instance in global variable &#039;c2c_disable_search&#039; for possible external manipulation
* Note compatibility with WP 3.0+
* Minor code reformatting (spacing)
* Remove documentation and instructions from top of plugin file (all of that and more are contained in readme.txt)
* Add Upgrade Notice section to readme.txt
</description>
		<content:encoded><![CDATA[<p><strong>Plugin has been updated to v1.1.1.</strong></p>
<p>Changes:</p>
<p>* Fix disabling of search widget<br />
* Move class instantiation inside of if(!class_exists()) check<br />
* Rename class from &#8216;DisableSearch&#8217; to &#8216;c2c_DisableSearch&#8217;<br />
* Store object instance in global variable &#8216;c2c_disable_search&#8217; for possible external manipulation<br />
* Note compatibility with WP 3.0+<br />
* Minor code reformatting (spacing)<br />
* Remove documentation and instructions from top of plugin file (all of that and more are contained in readme.txt)<br />
* Add Upgrade Notice section to readme.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://coffee2code.com/archives/2010/01/07/disable-search-v1-1/comment-page-1/#comment-454177</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Jun 2010 10:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=541#comment-454177</guid>
		<description>You don&#039;t appear to have updated to this version on the Wordpress plugins page http://wordpress.org/extend/plugins/disable-search/</description>
		<content:encoded><![CDATA[<p>You don&#8217;t appear to have updated to this version on the WordPress plugins page <a href="http://wordpress.org/extend/plugins/disable-search/" rel="nofollow">wordpress.org/extend/plugins/disable-search/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/6 queries in 0.002 seconds using disk: basic
Object Caching 218/218 objects using disk: basic

Served from: coffee2code.com @ 2012-05-21 02:58:59 -->
