步骤一:
找到 /wp-includes/formatting.php
搜索 function _make_url_clickable_cb
会看到以下代码
function _make_url_clickable_cb($matches) {
$ret = '';
$url = $matches[2];
$url = clean_url($url);
if ( empty($url) )
return $matches[0];
// removed trailing [.,;:] from URL
if ( in_array(substr($url, -1), array('.', ',', ';', ':')) === true ) {
$ret = substr($url, -1);
$url = substr($url, 0, strlen($url)-1);
}
return $matches[1] . "<a href="$url" rel="nofollow">$url</a&g...
WordPress, 新窗口打开, 评论链接阅读全文
额,我刚刚找到方法了:
是啊, 我查询我的原来就是这
现在首页不在第一真是多!
论坛首页“最后发表”,我是这
现在我直接修改viewthr
复制链接按你这样修改后还是不
收藏收藏,, 哈哈, 这
这是我觉得鹅鸡鸭唯一一款好看