function bp_links_get_popular($args)
{
    return BP_Links_Link::get_popular($args);
}