Actions
Bug #21
closedPrivate blog comments showing up on activity feed
Status:
Resolved
Priority name:
Urgent
Assignee:
Category name:
BuddyPress (misc)
Target version:
-
Start date:
2009-09-16
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Updated by Boone Gorges over 15 years ago
Fixed for now. I added a few lines in bp-blogs.php (the record comment function):
$post_blog_id = $wpdb->blogid; if ( get_blog_status($post_blog_id, "public") != 1 ) return false;
Updated by Boone Gorges over 15 years ago
- Status changed from Assigned to Resolved
Updated by Matt Gold over 15 years ago
Thanks for catching and fixing this, Boone.
Actions