wordpress formatting.php – 修复双破折号

我在使用wordpress时遇到问题,因为它会自动将双“ – ”转换为长划线.我在这篇简短的文章中提到了一个快速解决方法: WordPress – Fix double dash problem唯一的问题是,从我的webbrowser在线wordpress上的仪表板...

我在使用wordpress时遇到问题,因为它会自动将双“ – ”转换为长划线.我在这篇简短的文章中提到了一个快速解决方法:

> WordPress – Fix double dash problem

唯一的问题是,从我的webbrowser在线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的内容.

任何意见或建议都非常感谢.

解决方法:

试试这个:

[code language="css"]
   // your code here
   if(correct)
   { puts("my wordpress text now shows the dash " -- " this is cool!");
   }
[/code]

这应该够了吧.

本文标题为:wordpress formatting.php – 修复双破折号

基础教程推荐