/**

    *评论作者链接新窗口打开

    *https://www.weixiaoduo.com/comment-author-link-newtab/

*/

functionBing_comment_author_link(){

    $url=get_comment_author_url();

    $author=get_comment_author();

    if(empty($url)||$url=='http://')return$author;

    return"<a href='$url' rel='external nofollow' target='_blank' >$author</a>";

}

add_filter('get_comment_author_link','Bing_comment_author_link',2);