打开/wp-includes/comment-template.php,查找“function get_comment_author_link”。
在第148行(Wordpress 2.8.4,其他版本可参照)处添加 target='_blank',如下:
$return = "<a href='$url' target='_blank' rel='external nofollow' class='url'>$author</a>";
打开/wp-includes/comment-template.php,查找“function get_comment_author_link”。
在第148行(Wordpress 2.8.4,其他版本可参照)处添加 target='_blank',如下:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。