<?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 Functions Implementation History Tool</title>
	<atom:link href="http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Thu, 18 Mar 2010 03:25:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SEO Consultant</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-65738</link>
		<dc:creator>SEO Consultant</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-65738</guid>
		<description>Great post again , Ozh.. you are the master.. did you go to school with yoda?</description>
		<content:encoded><![CDATA[<p>Great post again , Ozh.. you are the master.. did you go to school with yoda?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iferrari &#187; Blog Archive &#187; Post Template Feature in Wordpress 2.6</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-55777</link>
		<dc:creator>Iferrari &#187; Blog Archive &#187; Post Template Feature in Wordpress 2.6</dc:creator>
		<pubDate>Thu, 05 Jun 2008 14:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-55777</guid>
		<description>[...] to find when the Page Template feature in Wordpress was released. I found at Ozh&#8217;s Blog a WordPress Functions Implementation History Tool and I discovered there that this feature makes part of WP since it&#8217;s 1.5 [...]</description>
		<content:encoded><![CDATA[<p>[...] to find when the Page Template feature in Wordpress was released. I found at Ozh&#8217;s Blog a WordPress Functions Implementation History Tool and I discovered there that this feature makes part of WP since it&#8217;s 1.5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-47902</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Sun, 02 Mar 2008 11:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-47902</guid>
		<description>Awesome!

One major improvement though, would be to list WHICH file the function is in. That way if I want to look at the source, I don&#039;t need to search the entire Wordpress codebase.

Many thanks!
Dave</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
<p>One major improvement though, would be to list WHICH file the function is in. That way if I want to look at the source, I don&#8217;t need to search the entire Wordpress codebase.</p>
<p>Many thanks!<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Tremblay</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-46424</link>
		<dc:creator>Ben Tremblay</dc:creator>
		<pubDate>Thu, 07 Feb 2008 07:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-46424</guid>
		<description>Nice ... I just added this as an update to &quot;&lt;a href=&quot;http://codex.wordpress.org/Developer_Documentation#External_Resources&quot; rel=&quot;nofollow&quot;&gt;Developer Documentation&lt;/a&gt;&quot; in Codex.</description>
		<content:encoded><![CDATA[<p>Nice &#8230; I just added this as an update to &#8220;<a href="http://codex.wordpress.org/Developer_Documentation#External_Resources" rel="nofollow">Developer Documentation</a>&#8221; in Codex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-43271</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Tue, 18 Dec 2007 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-43271</guid>
		<description>Jacob &#187; Indeed, the tool is not perfect. Data come from a basic grep, so it doesn&#039;t make a difference between foo::bar() and bar::bar()</description>
		<content:encoded><![CDATA[<p>Jacob &raquo; Indeed, the tool is not perfect. Data come from a basic grep, so it doesn&#8217;t make a difference between foo::bar() and bar::bar()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Santos</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-43051</link>
		<dc:creator>Jacob Santos</dc:creator>
		<pubDate>Mon, 17 Dec 2007 00:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-43051</guid>
		<description>The tool is awesome for functions, but where it falls apart is for objects.

Two objects can have a function named add() but be two separate functions. I&#039;m not sure your script takes that into account and therefore can&#039;t be used with objects.

I would like to know where you got all of those versions because I might wish to write a strict PHP based tokenized version that does take functions in account and would not have any false positives from javascript files.</description>
		<content:encoded><![CDATA[<p>The tool is awesome for functions, but where it falls apart is for objects.</p>
<p>Two objects can have a function named add() but be two separate functions. I&#8217;m not sure your script takes that into account and therefore can&#8217;t be used with objects.</p>
<p>I would like to know where you got all of those versions because I might wish to write a strict PHP based tokenized version that does take functions in account and would not have any false positives from javascript files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McCue</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-42577</link>
		<dc:creator>Ryan McCue</dc:creator>
		<pubDate>Tue, 11 Dec 2007 00:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-42577</guid>
		<description>How did you convert the grep result into a PHP array?</description>
		<content:encoded><![CDATA[<p>How did you convert the grep result into a PHP array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-42570</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 10 Dec 2007 18:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-42570</guid>
		<description>Ryan &#187; &lt;b&gt;everything&lt;/b&gt; is derived from this autocomplete jquery plugin.</description>
		<content:encoded><![CDATA[<p>Ryan &raquo; <b>everything</b> is derived from this autocomplete jquery plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-42556</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Mon, 10 Dec 2007 07:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-42556</guid>
		<description>Ryan &#187; everything is derived from this &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/&quot; rel=&quot;nofollow&quot;&gt;autocomplete&lt;/a&gt; jquery plugin.</description>
		<content:encoded><![CDATA[<p>Ryan &raquo; everything is derived from this <a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" rel="nofollow">autocomplete</a> jquery plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan McCue</title>
		<link>http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/comment-page-1/#comment-42554</link>
		<dc:creator>Ryan McCue</dc:creator>
		<pubDate>Mon, 10 Dec 2007 06:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/10/wordpress-functions-implementation-history-tool/#comment-42554</guid>
		<description>Is the full source (i.e. PHP, jQuery code (could get that myself from the source) and sweat :P ) available? I&#039;d like to modify it and build my own for &lt;a href=&quot;http://lilina.cubegames.net/&quot; rel=&quot;nofollow&quot;&gt;my own software&lt;/a&gt;.

It would be much appreciated :)
Thanks,
Ryan.</description>
		<content:encoded><![CDATA[<p>Is the full source (i.e. PHP, jQuery code (could get that myself from the source) and sweat :P ) available? I&#8217;d like to modify it and build my own for <a href="http://lilina.cubegames.net/" rel="nofollow">my own software</a>.</p>
<p>It would be much appreciated :)<br />
Thanks,<br />
Ryan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
