<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>That PHP Girl &#187; changes</title>
	<atom:link href="http://thatphpgirl.com/tag/changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatphpgirl.com</link>
	<description>PHP, WordPress, and Theme Development</description>
	<lastBuildDate>Mon, 15 Mar 2010 13:57:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking WordPress Theme Updates &amp; Changes</title>
		<link>http://thatphpgirl.com/tracking-wordpress-theme-updates-hanges/</link>
		<comments>http://thatphpgirl.com/tracking-wordpress-theme-updates-hanges/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 15:56:02 +0000</pubDate>
		<dc:creator>Nikole</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[theme customization]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thatphpgirl.com/?p=138</guid>
		<description><![CDATA[Wordpress updates always seem easy, but when you make custom changes to your theme you will need to keep track of those in order to bring the changes to the next version. The easiest way to do this is to make a php comment in your template. For example, you might write a note like [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress updates always seem easy, but when you make custom changes to your theme you will need to keep track of those in order to bring the changes to the next version. The easiest way to do this is to make a php comment in your template. For example, you might write a note like this for yourself:</p>
<blockquote><p>&lt;?php // Changed from using thumbs.php to displaying full image. ?&gt;</p>
</blockquote>
<p>This way, if you are using a theme framework for your site, you can known which customizations you should move over to the new version.</p>
<p>Why use PHP comments instead of HTML comments? HTML comments will still show up when you view source on a page. PHP comments are removed by the PHP engine before the page is sent to the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://thatphpgirl.com/tracking-wordpress-theme-updates-hanges/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
