Changes between Initial Version and Version 1 of Ticket #3980, comment 11
- Timestamp:
- 12/18/2012 12:19:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3980, comment 11
initial v1 11 11 * Altered: `bp_activity_find_mentions()` - Changed so it returns an associative array with the user ID as key and username as value. This logic was being duplicated a few times in other functions, so I moved it here. 12 12 13 * Altered: `bp_activity_adjust_mention_count()` - Removed unnecessary `BP_Activity_Activity` query.Moved mention updating into `bp_activity_update_mention_count_for_user()`.13 * Altered: `bp_activity_adjust_mention_count()` - Moved mention updating into `bp_activity_update_mention_count_for_user()`. 14 14 15 15 * New: `bp_activity_update_mention_count_for_user()` - Extrapolated from `bp_activity_adjust_mention_count()`.