Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2010 04:58:16 PM (16 years ago)
Author:
apeatling
Message:

Fixing issue where a blog without a tagline would not show up in the front end blog list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs.php

    r2759 r2769  
    677677}
    678678
     679/* DEPRECATED - scheduled for removal. Please use the activity stream with a 'new_blog_post' filter. */
    679680function bp_blogs_get_posts_for_user( $user_id ) {
    680681    return BP_Blogs_Post::get_posts_for_user( $user_id );
    681682}
    682683
     684/* DEPRECATED - scheduled for removal. Please use the activity stream with a 'new_blog_comment' filter. */
    683685function bp_blogs_get_comments_for_user( $user_id ) {
    684686    return BP_Blogs_Comment::get_comments_for_user( $user_id );
Note: See TracChangeset for help on using the changeset viewer.