function is_bb_tags()
{
    bb_log_deprecated('function', __FUNCTION__, 'bb_is_tags');
    return bb_is_tags();
}
function bb_is_tag()
{
    global $tag, $tag_name;
    return $tag && $tag_name && bb_is_tags();
}