Changeset 460
- Timestamp:
- 10/29/2008 11:30:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r439 r460 397 397 BP_Blogs_Blog::delete_blog_for_user( $blog_id, $user_id ); 398 398 } 399 add_action( 'remove_user_from_blog', 'bp_blogs_remove_blog ', 10, 2 );399 add_action( 'remove_user_from_blog', 'bp_blogs_remove_blog_for_user', 10, 2 ); 400 400 401 401 function bp_blogs_remove_post( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.