Changeset 2381 for trunk/bp-themes/bp-sn-parent/_inc/ajax.php
- Timestamp:
- 01/20/2010 04:21:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/_inc/ajax.php
r2344 r2381 449 449 'content' => apply_filters( 'xprofile_activity_update', $activity_content, &$wire_post ), 450 450 'primary_link' => apply_filters( 'xprofile_activity_update_primary_link', $primary_link ), 451 ' component_action' => 'activity_update'451 'type' => 'activity_update' 452 452 ) ); 453 453 … … 464 464 'content' => apply_filters( 'groups_activity_update', $activity_content ), 465 465 'primary_link' => apply_filters( 'groups_activity_update_primary_link', bp_get_group_permalink( $bp->groups->current_group ) ), 466 ' component_action' => 'activity_update',466 'type' => 'activity_update', 467 467 'item_id' => $item_id 468 468 ) ); … … 512 512 'content' => apply_filters( 'bp_activity_comment_content', $comment_header . '<div class="activity-inner">' . $_POST['content'] . '</div>' ), 513 513 'primary_link' => '', 514 'component _name' => $bp->activity->id,515 ' component_action' => 'activity_comment',514 'component' => $bp->activity->id, 515 'type' => 'activity_comment', 516 516 'user_id' => $bp->loggedin_user->id, 517 517 'item_id' => $_POST['form_id'],
Note: See TracChangeset
for help on using the changeset viewer.