示例#1
0
function CID_auto_display_flag($link)
{
    global $comment;
    return $link . ' ' . CID_get_flag_without_template($comment->comment_author_IP, true, false, '', '');
}
示例#2
0
function CID_get_comment_flag_without_template()
{
    $ip = get_comment_author_IP();
    return CID_get_flag_without_template($ip);
}