Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3980, comment 11


Ignore:
Timestamp:
12/18/2012 12:19:40 AM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3980, comment 11

    initial v1  
    1111* 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.
    1212
    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()`.
    1414
    1515* New: `bp_activity_update_mention_count_for_user()` - Extrapolated from `bp_activity_adjust_mention_count()`.