Changeset 11764 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 12/08/2017 03:52:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r11598 r11764 267 267 'user_id' => $user_id, // user_id to filter on. 268 268 'object' => $object, // Object to filter on e.g. groups, profile, status, friends. 269 'action' => false, // Action to filter on e.g. activity_update, new_forum_post,profile_updated.270 'primary_id' => $primary_id, // Object ID to filter on e.g. a group_id or forum_id orblog_id etc.269 'action' => false, // Action to filter on e.g. activity_update, profile_updated. 270 'primary_id' => $primary_id, // Object ID to filter on e.g. a group_id or blog_id etc. 271 271 'secondary_id' => false, // Secondary object ID to filter on e.g. a post_id. 272 272 'offset' => false, // Return only items >= this ID.
Note: See TracChangeset
for help on using the changeset viewer.