Typecho 新窗口打开评论者主页代码
Typecho 新窗口打开评论者主页代码
\var\Widget\Abstract 夹下的 Comments.php 文件,找到 373 行左右的这句:
原始代码:
echo '<a href="' , $this->url , '"' , ($noFollow ? ' rel="external nofollow"' : NULL) , '>' , $this->author , '</a>';
修改为
echo '<a href="' , $this->url , '"' , ($noFollow ? ' rel="external nofollow"' : NULL) , ' target="_blank">' , $this->author , '</a>';
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »