编辑 wp-includes/formatting.php 文件,查找:

1
2
3
4
// This is not a tag, nor is the texturization disabled static strings
$curl = str_replace($static_characters, $static_replacements, $curl);
// regular expressions
$curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl);

注释其中两行

1
2
3
4
// This is not a tag, nor is the texturization disabled static strings
//$curl = str_replace($static_characters, $static_replacements, $curl);
// regular expressions
//$curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl);

本作品采用知识共享 署名-非商业性使用-相同方式共享 3.0 协议进行许可,欢迎转载。转载请保留署名(杯茶博客)及本文链接(http://www.buicaa.com/2792/),谢谢。

CC BY-NC-SA 3.0 Sitemap - Baidu-Sitemap