Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6426, comment 4


Ignore:
Timestamp:
08/17/2015 09:30:08 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6426, comment 4

    initial v1  
    3434
    3535
    36 `id` is always added regardless.  My question is should the activity ID be the array key so it is similar to `WP_Query`'s `ids=parent`:
     36`id` is always added regardless.  My question is should the activity ID be the array key so it is similar to `WP_Query`'s `id=parent`:
    3737
    3838
     
    6262
    6363
    64 Also if you pass `fields=component,type`, you do not get any activity meta cache fetching, activity comment appending or `'has_more_items'` marker.
     64Also if you pass `'fields=component,type'`, you do not get any activity meta cache fetching, activity comment appending or `'has_more_items'` marker.
    6565
    6666Let me know if this is important to add back.