Changes between Initial Version and Version 1 of Ticket #6426, comment 4
- Timestamp:
- 08/17/2015 09:30:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6426, comment 4
initial v1 34 34 35 35 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 s=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`: 37 37 38 38 … … 62 62 63 63 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.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. 65 65 66 66 Let me know if this is important to add back.