Skip to:
Content

BuddyPress.org

Changeset 11746


Ignore:
Timestamp:
11/16/2017 07:55:13 PM (7 years ago)
Author:
boonebgorges
Message:

Activity queries should be filterable by 'primary_link'.

Props mauteri.
Fixes #7616.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-query.php

    r10417 r11746  
    4747     */
    4848    public $db_columns = array(
    49         'id', 'user_id', 'component', 'type', 'action', 'content',
     49        'id', 'user_id', 'component', 'type', 'action', 'content', 'primary_link',
    5050        'item_id', 'secondary_item_id', 'hide_sitewide', 'is_spam',
    5151    );
Note: See TracChangeset for help on using the changeset viewer.