Changeset 7115 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 05/28/2013 02:19:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r6948 r7115 1107 1107 ) ); 1108 1108 1109 $activity_content = apply_filters( 'bp_activity_latest_update_content', $content );1109 $activity_content = apply_filters( 'bp_activity_latest_update_content', $content, $activity_content ); 1110 1110 1111 1111 // Add this update to the "latest update" usermeta so it can be fetched anywhere. 1112 bp_update_user_meta( bp_loggedin_user_id(), 'bp_latest_update', array( 'id' => $activity_id, 'content' => $ content ) );1112 bp_update_user_meta( bp_loggedin_user_id(), 'bp_latest_update', array( 'id' => $activity_id, 'content' => $activity_content ) ); 1113 1113 1114 1114 do_action( 'bp_activity_posted_update', $content, $user_id, $activity_id );
Note: See TracChangeset
for help on using the changeset viewer.