<?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"
	>
<channel>
	<title>Comments on: Remove clutter from WordPress 2.5</title>
	<atom:link href="http://www.christianschenk.org/blog/remove-clutter-from-wordpress-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christianschenk.org/blog/remove-clutter-from-wordpress-25/</link>
	<description>Writing about my experiences with technology and all different kinds of projects and experiments</description>
	<pubDate>Thu, 04 Dec 2008 01:25:47 +0000</pubDate>
	
		<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/blog/remove-clutter-from-wordpress-25/#comment-1628</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Sat, 05 Jul 2008 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/remove-clutter-from-wordpress-25/#comment-1628</guid>
		<description>Hi Jeff,
you should find this:
&lt;pre lang="php"&gt;
function WP_Scripts() {
  $this-&gt;default_scripts();
}
&lt;/pre&gt;
and you change it to this:
&lt;pre lang="php"&gt;
function WP_Scripts() {
  #$this-&gt;default_scripts();
}
&lt;/pre&gt;
If you'd like to, you can read about comments in PHP &lt;a href="http://www.php.net/manual/en/language.basic-syntax.comments.php" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
you should find this:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> WP_Scripts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">default_scripts</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>and you change it to this:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> WP_Scripts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #666666; font-style: italic;">#$this-&gt;default_scripts();</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>If you&#8217;d like to, you can read about comments in PHP <a href="http://www.php.net/manual/en/language.basic-syntax.comments.php">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.christianschenk.org/blog/remove-clutter-from-wordpress-25/#comment-1618</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/remove-clutter-from-wordpress-25/#comment-1618</guid>
		<description>How do you comment out the line? 

With &lt;code&gt;&#60;!-- --&#62;&lt;/code&gt; or &lt;code&gt;/* */&lt;/code&gt; or something else?

Neither of those did it for me to disable Prototype. Can you give me an example of where to do it?

BTW, I’m trying to do this because I want Smooth Gallery to work.</description>
		<content:encoded><![CDATA[<p>How do you comment out the line? </p>
<p>With <code>&lt;!-- --&gt;</code> or <code>/* */</code> or something else?</p>
<p>Neither of those did it for me to disable Prototype. Can you give me an example of where to do it?</p>
<p>BTW, I’m trying to do this because I want Smooth Gallery to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
