function bp_links_get_high_votes($args)
{
    return BP_Links_Link::get_high_votes($args);
}