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>',
)
)
);
?>