//WordPress评论者的链接新窗口打开 function get_comment_author_link_new($return, $author, $comment_ID = 0) { $comment = get_comment( $comment_ID ); $url = get_comment_author_url( $comment ); $author = get_comment_author( $comment ); if ( empty( $url ) || 'http://' == $url…