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