Project

General

Profile

Actions

Bug #21

closed

Private blog comments showing up on activity feed

Added by Boone Gorges almost 15 years ago. Updated almost 15 years ago.

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:
Actions #1

Updated by Boone Gorges almost 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;

Actions #2

Updated by Boone Gorges almost 15 years ago

  • Status changed from Assigned to Resolved
Actions #3

Updated by Matt Gold almost 15 years ago

Thanks for catching and fixing this, Boone.

Actions

Also available in: Atom PDF