Example #1
0
function bp_blogs_get_comments_for_user($user_id)
{
    return BP_Blogs_Comment::get_comments_for_user($user_id);
}