<?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: WordPress 2.1 Incompatibilities on Stellify and Qwerky</title>
	<atom:link href="http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/feed/" rel="self" type="application/rss+xml" />
	<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/</link>
	<description>On web design, technology, the Philippines, and more.</description>
	<lastBuildDate>Sun, 25 Jul 2010 03:49:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Corsarius</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1131</link>
		<dc:creator>Corsarius</dc:creator>
		<pubDate>Sun, 28 Jan 2007 17:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1131</guid>
		<description>hrrmmm....now i&#039;m in a rut. should i update my zillions of blogs now? or should i wait? on the other hand, i don&#039;t use a lot of plugins, which would make the transition easier for me :)</description>
		<content:encoded><![CDATA[<p>hrrmmm&#8230;.now i&#8217;m in a rut. should i update my zillions of blogs now? or should i wait? on the other hand, i don&#8217;t use a lot of plugins, which would make the transition easier for me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ia</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1126</link>
		<dc:creator>ia</dc:creator>
		<pubDate>Sun, 28 Jan 2007 12:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1126</guid>
		<description>Jorge, thanks! Yes, I think I saw a post title with a &quot;Gotcha&quot; in it. Will figure it out when I decide how to go about the theming too. ;)</description>
		<content:encoded><![CDATA[<p>Jorge, thanks! Yes, I think I saw a post title with a &#8220;Gotcha&#8221; in it. Will figure it out when I decide how to go about the theming too. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1119</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Sun, 28 Jan 2007 09:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1119</guid>
		<description>sorry double post, but WP cut off the rest of the fix, but everything&#039;s in Holy Shmoly anyway :)</description>
		<content:encoded><![CDATA[<p>sorry double post, but <acronym title="WordPress">WP</acronym> cut off the rest of the fix, but everything&#8217;s in Holy Shmoly anyway :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1118</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Sun, 28 Jan 2007 09:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1118</guid>
		<description>Not sure if you know this fix yet for UTW, courtesy of Holy Shmoly! http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/

Around line 862 of ultimate-tag-warrior-actions.php find the following chunk of code:

// Save changes to tags
add_action(&#039;publish_post&#039;, array(&#039;UltimateTagWarriorActions&#039;,&#039;ultimate_save_tags&#039;));
add_action(&#039;edit_post&#039;, array(&#039;UltimateTagWarriorActions&#039;,&#039;ultimate_save_tags&#039;));
add_action(&#039;save_post&#039;, array(&#039;UltimateTagWarriorActions&#039;,&#039;ultimate_save_tags&#039;));
add_action(&#039;wp_insert_post&#039;, array(&#039;UltimateTagWarriorActions&#039;,&#039;ultimate_save_tags&#039;));

Replace that code with:

// Save changes to tags
add_action(&#039;save_post&#039;, array(&#039;UltimateTagWarriorActions&#039;,&#039;ultimate_save_tags&#039;));
if($wp_db_version </description>
		<content:encoded><![CDATA[<p>Not sure if you know this fix yet for UTW, courtesy of Holy Shmoly! <a href="http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/" rel="nofollow">http://ocaoimh.ie/2007/01/23/the-new-wp-utw-gotcha/</a></p>
<p>Around line 862 of ultimate-tag-warrior-actions.php find the following chunk of code:</p>
<p>// Save changes to tags<br />
add_action(&#8216;publish_post&#8217;, array(&#8216;UltimateTagWarriorActions&#8217;,'ultimate_save_tags&#8217;));<br />
add_action(&#8216;edit_post&#8217;, array(&#8216;UltimateTagWarriorActions&#8217;,'ultimate_save_tags&#8217;));<br />
add_action(&#8216;save_post&#8217;, array(&#8216;UltimateTagWarriorActions&#8217;,'ultimate_save_tags&#8217;));<br />
add_action(&#8216;wp_insert_post&#8217;, array(&#8216;UltimateTagWarriorActions&#8217;,'ultimate_save_tags&#8217;));</p>
<p>Replace that code with:</p>
<p>// Save changes to tags<br />
add_action(&#8216;save_post&#8217;, array(&#8216;UltimateTagWarriorActions&#8217;,'ultimate_save_tags&#8217;));<br />
if($wp_db_version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ia</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1081</link>
		<dc:creator>ia</dc:creator>
		<pubDate>Sat, 27 Jan 2007 06:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1081</guid>
		<description>Yas, thanks for dropping by. I do hope to see those bigger projects of yours; You&#039;ll do very well in them, I&#039;m sure. Thanks for the Kiwi theme, as well as Canvas and Ink. Good times, good times.</description>
		<content:encoded><![CDATA[<p>Yas, thanks for dropping by. I do hope to see those bigger projects of yours; You&#8217;ll do very well in them, I&#8217;m sure. Thanks for the Kiwi theme, as well as Canvas and Ink. Good times, good times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yas</title>
		<link>http://stellify.net/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1080</link>
		<dc:creator>Yas</dc:creator>
		<pubDate>Sat, 27 Jan 2007 05:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://stellify.net/hacking-away/wordpress-21-incompatibilities-on-stellify-and-qwerky/#comment-1080</guid>
		<description>I&#039;d agree, it is unfortunate that we had to let go of the Canvas project. I have no idea whether or not people started to rework the code themselves. Sadly, Karsten and I have moved on to much bigger projects and Canvas simply deserves more time than either of us can feasibly give.</description>
		<content:encoded><![CDATA[<p>I&#8217;d agree, it is unfortunate that we had to let go of the Canvas project. I have no idea whether or not people started to rework the code themselves. Sadly, Karsten and I have moved on to much bigger projects and Canvas simply deserves more time than either of us can feasibly give.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
