评论人等级

老王 2020-04-20 来自简言 1.43k 0 3

class-walker-comment-Line 330:

Code Source

<?php if(user_can($comment->user_id, 1)){echo "<a title='博主' class='author-admin'><i class='fa fa-user-secret'></i></a>";}; ?>
<?php get_author_class($comment->comment_author_email,$comment->user_id)?>
<span id="comment_ua_info" class="comment_ua_info"><?php CID_print_comment_flag();?><?php CID_print_comment_browser();?></span>
<?php
comment_reply_link(
array_merge(
$args,
array(
'add_below' => $add_below,
'depth'     => $depth,
'max_depth' => $args['max_depth'],
'before'    => '<div class="reply">',
'after'     => '</div>',
)
)
);
?>

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注