WordPress 的过度转换

用了一段时间的 WordPress,总体感觉很好,是一个不错的个人 blogging 工具,但是 WordPress 对于特殊字符的处理似乎有点过于小心了,比如在命令行中经常有的 “–” , WordPress 在呈现时会将其替换成 “–” ,这样在浏览器中展示的就不再是两条短线、而是一条略长的线了 “–” ,丧失了其原义。所以,我修改了一下 functions-formatting.php ,注销了转换的几行,在我使用的 WordPress 2.0.5 版本中,是第13、14、15行。

类似这样的问题还不少,比如单引号也如此,相应地,我注销了第31、36行。

This entry was posted in WordPress. Bookmark the permalink.

One Response to WordPress 的过度转换

  1. Pingback: Upgrade TinyMCE for WordPress | 细柳营

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">