【发布时间】:2014-01-01 21:39:31
【问题描述】:
我对 wordpress 有疑问,因为它会自动将双“--”转换为长破折号。按照这篇短文的建议,我找到了一个快速解决方案:
唯一的问题是,从我的网页浏览器中的 wordpress 在线仪表板中,我无法确定在哪里/如何找到需要编辑以解决问题的文件 wordpress/wp-includes/formatting.php。
我还检查了有关 wordpress 的其他答案,例如
- how to modify date format in wordpress list comments
- How to customize Date Format in Wordpress
- Wordpress disable code editor formatting for a page
但他们没有提及如何/在哪里找到文件 wordpress/wp-includes/formatting.php 。
非常感谢任何 cmets 或建议。
【问题讨论】:
-
不要修改WordPress核心源代码,这个问题可以通过“添加”一个插件来解决。这样,当 WordPress 更新时,您就不会失去修复。
标签: php regex wordpress path directory