修复博客bug,代码高亮的链接自动添加了nofollow问题
在《无事瞎说几句,顺便说下几个问题》中的#6楼,我提到了 现在解决了,原代码是 add_filter('the_content','the_content_nofollow',999); function the_content_nofollow($content){ preg_match_all('/href="(.*?)"/',$content,$matches); if($matches){ foreach($matches[1] as $val){ if( strpos($val,home_url…
Tags: , , , , , ,