Skip to:
Content

BuddyPress.org

Changeset 2751


Ignore:
Timestamp:
02/19/2010 04:48:38 PM (15 years ago)
Author:
apeatling
Message:

Fixed bug where plugins cannot override the "hide_sitewide" option when recording group activity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups.php

    r2747 r2751  
    12961296
    12971297    $r = wp_parse_args( $args, $defaults );
    1298     extract( $r, EXTR_SKIP );
     1298    extract( $r );
    12991299
    13001300    return bp_activity_add( array( 'id' => $id, 'user_id' => $user_id, 'action' => $action, 'content' => $content, 'primary_link' => $primary_link, 'component' => $component, 'type' => $type, 'item_id' => $item_id, 'secondary_item_id' => $secondary_item_id, 'recorded_time' => $recorded_time, 'hide_sitewide' => $hide_sitewide ) );
Note: See TracChangeset for help on using the changeset viewer.