<?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: Fixing the array_key_exists Warning in WordPress media.php</title>
	<atom:link href="http://ozblog.com.au/2009/03/27/fixing-the-array_key_exists-warning-in-wordpress-mediaphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozblog.com.au/2009/03/27/fixing-the-array_key_exists-warning-in-wordpress-mediaphp/</link>
	<description>If your vocation is your vacation you&#039;ll never work a day in your life</description>
	<lastBuildDate>Sat, 12 May 2012 02:43:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Levi Putna</title>
		<link>http://ozblog.com.au/2009/03/27/fixing-the-array_key_exists-warning-in-wordpress-mediaphp/#comment-475</link>
		<dc:creator>Levi Putna</dc:creator>
		<pubDate>Fri, 27 Mar 2009 11:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://ozblog.com.au/?p=318#comment-475</guid>
		<description>This fix also works with the warning in wp-includes/category-template.php on line 176

Change:

if(array_key_exists($category, $categories))

Line 176 To

if(array_key_exists(&quot;$category&quot;, $categories))</description>
		<content:encoded><![CDATA[<p>This fix also works with the warning in wp-includes/category-template.php on line 176</p>
<p>Change:</p>
<p>if(array_key_exists($category, $categories))</p>
<p>Line 176 To</p>
<p>if(array_key_exists(&#8220;$category&#8221;, $categories))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

