Changeset 2769 for branches/1.2/bp-blogs.php
- Timestamp:
- 02/22/2010 04:58:16 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs.php
r2759 r2769 677 677 } 678 678 679 /* DEPRECATED - scheduled for removal. Please use the activity stream with a 'new_blog_post' filter. */ 679 680 function bp_blogs_get_posts_for_user( $user_id ) { 680 681 return BP_Blogs_Post::get_posts_for_user( $user_id ); 681 682 } 682 683 684 /* DEPRECATED - scheduled for removal. Please use the activity stream with a 'new_blog_comment' filter. */ 683 685 function bp_blogs_get_comments_for_user( $user_id ) { 684 686 return BP_Blogs_Comment::get_comments_for_user( $user_id );
Note: See TracChangeset
for help on using the changeset viewer.