Skip to:
Content

BuddyPress.org

Ticket #8007: 8007.01.patch

File 8007.01.patch, 509 bytes (added by r-a-y, 6 years ago)
  • src/bp-blogs/bp-blogs-functions.php

     
    662662                                $args['filter'] = array(
    663663                                        'object'       => $activity_post_object->comments_tracking->component_id,
    664664                                        'action'       => $activity_post_object->comments_tracking->action_id,
     665                                        'primary_id'   => get_current_blog_id(),
    665666                                        'secondary_id' => implode( ',', $comment_ids ),
    666667                                );
    667668