<?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: Remove WordPress rsd_link(), wlwmanifest_link(), wp_generator()</title>
	<atom:link href="http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:49:48 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zeo</title>
		<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-53848</link>
		<dc:creator>Zeo</dc:creator>
		<pubDate>Fri, 23 May 2008 17:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/notes/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-53848</guid>
		<description>Hariadi,

&lt;pre&gt;
function remove_generator() {
	return &#039;&#039;;
}

add_filter(&#039;the_generator&#039;, &#039;remove_generator&#039;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hariadi,</p>
<pre>
function remove_generator() {
	return '';
}

add_filter('the_generator', 'remove_generator');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hariadi</title>
		<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-53815</link>
		<dc:creator>Hariadi</dc:creator>
		<pubDate>Fri, 23 May 2008 02:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/notes/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-53815</guid>
		<description>Bro..

bila dah letak code kat atas tu dan pointing ke http://domain.com/rss/.. still ada lagi

&lt;!-- generator=&quot;WordPress/2.5.1&quot; --&gt;</description>
		<content:encoded><![CDATA[<p>Bro..</p>
<p>bila dah letak code kat atas tu dan pointing ke <a href="http://hiderefer.com/?http://domain.com/rss/." rel="nofollow"></a><a href='http://hiderefer.com/?http://domain.com/rss/' rel='nofollow' title='external link'>http://domain.com/rss/</a>.. still ada lagi</p>
<p>&lt;!&#8211; generator=&#8221;WordPress/2.5.1&#8243; &#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CincauHangus</title>
		<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50820</link>
		<dc:creator>CincauHangus</dc:creator>
		<pubDate>Sat, 10 Nov 2007 11:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/notes/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50820</guid>
		<description>unfortunately im using wlw. so hehe.</description>
		<content:encoded><![CDATA[<p>unfortunately im using wlw. so hehe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kobak pont org &#187; links for 2007-11-08</title>
		<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50787</link>
		<dc:creator>kobak pont org &#187; links for 2007-11-08</dc:creator>
		<pubDate>Thu, 08 Nov 2007 01:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/notes/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50787</guid>
		<description>[...] Remove WordPress rsd_link(), wlwmanifest_link(), wp_generator() Kukaba a felesleges dolgokkal. Zeo tema headert optimalizal. (tags: zeo wordpress themes tweaks) [...]</description>
		<content:encoded><![CDATA[<p>[...] Remove WordPress rsd_link(), wlwmanifest_link(), wp_generator() Kukaba a felesleges dolgokkal. Zeo tema headert optimalizal. (tags: zeo wordpress themes tweaks) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeo</title>
		<link>http://zeo.unic.net.my/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50784</link>
		<dc:creator>Zeo</dc:creator>
		<pubDate>Wed, 07 Nov 2007 13:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://zeo.unic.net.my/notes/remove-wordpress-rsd_link-wlwmanifest_link-wp_generator/#comment-50784</guid>
		<description>For &lt;code&gt;rsd_link()&lt;/code&gt; you can read about &lt;a href=&quot;http://en.wikipedia.org/wiki/Really_Simple_Discovery&quot; rel=&quot;nofollow&quot;&gt;RSD&lt;/a&gt; (Really Simple Discovery). Basically it helps blogging client like ecto, WLW to interact nicely with your blog.

&lt;code&gt;wlwmanifest_link()&lt;/code&gt; outputs wlwmanifest.xml which is the resource file needed to enable tagging support for Windows Live Writer.

&lt;code&gt;wp_generator()&lt;/code&gt; outputs your WordPress version in XML or Comment for RSS, ATOM, etc.

&lt;em&gt;Copy paste&lt;/em&gt;, correct me if I&#039;m wrong.</description>
		<content:encoded><![CDATA[<p>For <code>rsd_link()</code> you can read about <a href="http://hiderefer.com/?http://en.wikipedia.org/wiki/Really_Simple_Discovery" rel="nofollow">RSD</a> (Really Simple Discovery). Basically it helps blogging client like ecto, WLW to interact nicely with your blog.</p>
<p><code>wlwmanifest_link()</code> outputs wlwmanifest.xml which is the resource file needed to enable tagging support for Windows Live Writer.</p>
<p><code>wp_generator()</code> outputs your WordPress version in XML or Comment for RSS, ATOM, etc.</p>
<p><em>Copy paste</em>, correct me if I&#8217;m wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
