0 && $comment->comment_parent) {
$reply = get_comment_author($comment->comment_parent);
if ($reply) {
$reply = '@' . $reply . '';
} else {
$reply = '';
}
}
if ($comment->comment_author_url != '') {
$zhanzhang = '';
} else {
$zhanzhang = '';
}
$user = get_userdata($comment->user_id);
if (!empty($user->roles) && in_array('administrator', $user->roles)) {
$user = '';
} else {
$user = '';
}
?>