
面向WordPress用户的MAMP Pro终极指南
comment_author_url_link ( $linktext = '', $before = '', $after = '', $comment = 0 )
comment_author_url_link: 此函数生成一个指向评论作者网站的链接。
显示当前评论的作者的URL的HTML链接。
function comment_author_url_link( $linktext = '', $before = '', $after = '', $comment = 0 ) { echo get_comment_author_url_link( $linktext, $before, $after, $comment ); }