示例#1
0
function CID_auto_display_WB_OS($link)
{
    global $comment;
    return $link . ' ' . CID_browser_string_without_template($comment->comment_agent, true, false, '', '');
}
示例#2
0
function CID_get_comment_browser_without_template()
{
    global $comment;
    if (!$comment->comment_agent) {
        return;
    }
    $string = CID_browser_string_without_template($comment->comment_agent);
    return $string;
}