wordpress formatting.php – 修复双破折号

我在使用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]

这应该够了吧.

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...