<?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: Themes plugin dependencies</title>
	<atom:link href="http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/</link>
	<description>So many evil plans, so little time...</description>
	<pubDate>Sat, 10 Jan 2009 04:37:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michel</title>
		<link>http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/#comment-9567</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Thu, 14 Aug 2008 11:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaizeku.com/?p=166#comment-9567</guid>
		<description>&lt;p&gt;Thanks CK&lt;br /&gt;
but I always have the same message :&lt;/p&gt;
&lt;p&gt;Fatal error: Call to undefined function is_plugin_active() in C:\xampp\htdocs\wordpress\wp-content\themes\veritas\functions.php on line 27&lt;/p&gt;
&lt;p&gt;PS: I am using WP 2.6 on a local install (xampp).&lt;/p&gt;
&lt;p&gt;Have a good day.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks CK<br />
but I always have the same message :</p>
<p>Fatal error: Call to undefined function is_plugin_active() in C:\xampp\htdocs\wordpress\wp-content\themes\veritas\functions.php on line 27</p>
<p>PS: I am using WP 2.6 on a local install (xampp).</p>
<p>Have a good day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ck</title>
		<link>http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/#comment-9564</link>
		<dc:creator>ck</dc:creator>
		<pubDate>Thu, 14 Aug 2008 03:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaizeku.com/?p=166#comment-9564</guid>
		<description>&lt;p&gt;@micheal if you are using wordpress version less than 2.5 you should add the following code inside your theme&#8217;s functions.php&lt;/p&gt;
&lt;pre class="prebox"&gt;function is_plugin_active($plugin_filename){
 $plugins = get_option('active_plugins');
 if( !is_array($plugins) ) settype($plugins,'array');
 return ( in_array($plugin_filename, $plugins) ) ;
}&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>@micheal if you are using wordpress version less than 2.5 you should add the following code inside your theme&#8217;s functions.php</p>
<pre class="prebox">function is_plugin_active($plugin_filename){
 $plugins = get_option('active_plugins');
 if( !is_array($plugins) ) settype($plugins,'array');
 return ( in_array($plugin_filename, $plugins) ) ;
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/#comment-9563</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Thu, 14 Aug 2008 02:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaizeku.com/?p=166#comment-9563</guid>
		<description>&lt;p&gt;Hello&lt;br /&gt;
I am trying to use your code on my test site but I have an error message saying : call to undefined function  &#8220;is_plugin_active&#8221; in functions.php&lt;/p&gt;
&lt;p&gt;I have try different things but without succes.&lt;/p&gt;
&lt;p&gt;Apologize for my poor english,&lt;br /&gt;
Michel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello<br />
I am trying to use your code on my test site but I have an error message saying : call to undefined function &#8220;is_plugin_active&#8221; in functions.php</p>
<p>I have try different things but without succes.</p>
<p>Apologize for my poor english,<br />
Michel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://blog.kaizeku.com/wordpress/themes-plugin-dependencies/#comment-9484</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Sun, 10 Aug 2008 14:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaizeku.com/?p=166#comment-9484</guid>
		<description>&lt;p&gt;Amazing article - you&#8217;re totally right.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Amazing article - you&#8217;re totally right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
