Skip to:
Content

BuddyPress.org

Changeset 11049


Ignore:
Timestamp:
08/31/2016 02:50:06 PM (10 years ago)
Author:
boonebgorges
Message:

Ensure that the 'fields' parameter is passed through bp_activity_get().

This was missed in [10217].

See #6426.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-functions.php

    r11022 r11049  
    17121712                        'spam'             => $r['spam'],
    17131713                        'count_total'      => $r['count_total'],
     1714                        'fields'           => $r['fields'],
    17141715                ) );
    17151716        }
Note: See TracChangeset for help on using the changeset viewer.