コード例 #1
0
function bp_blogs_get_all_blogs($limit = null, $page = null)
{
    return BP_Blogs_Blog::get_all($limit, $page);
}