Пример #1
0
function bp_blogs_get_posts_for_user($user_id)
{
    return BP_Blogs_Post::get_posts_for_user($user_id);
}