16
64
Ⅰ级财主
代码见: 找到:WP-include/comment-template.php 这个文件 然后在:function get_comment_author_link( $comment_ID = 0 ) { /** @todo Only call these functi** when they are needed. Include in if… else blocks */ $url = get_comment_author_url( $comment_ID ); $author = get_comment_author( $comment_ID ); if ( empty( $url ) || ‘http://’ == $url ) $return = $author; else $return = “$author”; return apply_filters(‘get_comment_author_link’, $return); } 然后在找到: $return = “$author”; return apply_filters(‘get_comment_author_link’, $return); } 加一个target=’_blank’ $return = “$author”; return apply_filters(‘get_comment_author_link’, $return);
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
广告合作|Archiver|手机版|小黑屋|财富吧
GMT+8, 2026-7-25 22:03 , Processed in 0.483601 second(s), 35 queries , Gzip On.
Powered by Discuz! X3.1
© 2014-2021 财富吧