Changeset 2344 for trunk/bp-activity.php
- Timestamp:
- 01/18/2010 09:18:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2343 r2344 396 396 * 'user_id' => false, // user_id to filter on 397 397 * 'object' => false, // object to filter on e.g. groups, profile, status, friends 398 * 'action' => false, // action to filter on e.g. new_wire_post, profile_updated398 * 'action' => false, // action to filter on e.g. activity_update, profile_updated 399 399 * 'primary_id' => false, // object ID to filter on e.g. a group_id or forum_id or blog_id etc. 400 400 * 'secondary_id' => false, // secondary object ID to filter on e.g. a post_id … … 435 435 'primary_link' => false, // The primary URL for this item in RSS feeds 436 436 'component_name' => false, // The name/ID of the component e.g. groups, profile, mycomponent 437 'component_action' => false, // The component action e.g. new_wire_post, profile_updated437 'component_action' => false, // The component action e.g. activity_update, profile_updated 438 438 439 439 'user_id' => $bp->loggedin_user->id, // Optional: The user to record the activity for, can be false if this activity is not for a user. … … 502 502 'primary_link' => apply_filters( 'bp_activity_new_update_primary_link', $primary_link ), 503 503 'component_name' => $bp->activity->id, 504 'component_action' => ' new_wire_post'504 'component_action' => 'activity_update' 505 505 ) ); 506 506
Note: See TracChangeset
for help on using the changeset viewer.