<?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</title>
	<atom:link href="http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/feed/" rel="self" type="application/rss+xml" />
	<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/</link>
	<description>带你玩转你的WordPress！</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:52:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Superoutman</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-4089</link>
		<dc:creator>Superoutman</dc:creator>
		<pubDate>Thu, 17 Jun 2010 08:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-4089</guid>
		<description>哈哈。我喜欢</description>
		<content:encoded><![CDATA[<p>哈哈。我喜欢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 解决中文名注册WordPress限制问题 &#124; 软文网-软文代写-学习软文写作</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-1904</link>
		<dc:creator>解决中文名注册WordPress限制问题 &#124; 软文网-软文代写-学习软文写作</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-1904</guid>
		<description>[...] 如果有问题可以在这里留言 也可以去作者博客：http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/?replytoco... [...]</description>
		<content:encoded><![CDATA[<p>[...] 如果有问题可以在这里留言 也可以去作者博客：http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/?replytoco&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 冰古</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-262</link>
		<dc:creator>冰古</dc:creator>
		<pubDate>Wed, 11 Feb 2009 07:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-262</guid>
		<description>哈哈，是你在你问我答那里输入错了。我改改。</description>
		<content:encoded><![CDATA[<p>哈哈，是你在你问我答那里输入错了。我改改。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariagle</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-261</link>
		<dc:creator>Ariagle</dc:creator>
		<pubDate>Wed, 11 Feb 2009 03:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-261</guid>
		<description>了解了，改天我试试

PS.我的域名你输错了…</description>
		<content:encoded><![CDATA[<p>了解了，改天我试试</p>
<p>PS.我的域名你输错了…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 冰古</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-260</link>
		<dc:creator>冰古</dc:creator>
		<pubDate>Tue, 10 Feb 2009 16:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-260</guid>
		<description>用add_filter就可以了。
例如上面用到的：
&lt;code&gt;add_filter(&#039;sanitize_user&#039;, &#039;sanitize_chinese_user&#039;, 1, 3);&lt;/code&gt;
其实就是用sanitize_chinese_user函数替换了sanitize_user函数的。

不过应该也不是绝对能替换的，可能有些函数就不能被替换。（我其实对filter这些也还不是太清晰。）</description>
		<content:encoded><![CDATA[<p>用add_filter就可以了。<br />
例如上面用到的：
<pre class="code">add_filter(&#039;sanitize_user&#039;, &#039;sanitize_chinese_user&#039;, 1, 3);</pre>
<p>其实就是用sanitize_chinese_user函数替换了sanitize_user函数的。</p>
<p>不过应该也不是绝对能替换的，可能有些函数就不能被替换。（我其实对filter这些也还不是太清晰。）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariagle</title>
		<link>http://wanwp.com/tips-tricks/wordpress-register-username-use-chinese-words/comment-page-1/#comment-259</link>
		<dc:creator>Ariagle</dc:creator>
		<pubDate>Tue, 10 Feb 2009 15:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://wanwp.com/?p=58#comment-259</guid>
		<description>十分感谢你的帮助！（泪奔。。
不过我现在在移动设备上，测试不了，等我发现问题再问吧

另外关于第二个问题提到的函数，能不能直接替换掉某个原有函数而执行自定义函数？</description>
		<content:encoded><![CDATA[<p>十分感谢你的帮助！（泪奔。。<br />
不过我现在在移动设备上，测试不了，等我发现问题再问吧</p>
<p>另外关于第二个问题提到的函数，能不能直接替换掉某个原有函数而执行自定义函数？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
