Changes between Initial Version and Version 1 of Ticket #3856, comment 24
- Timestamp:
- 03/05/2014 07:22:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3856, comment 24
initial v1 3 3 I have one thing to add. 4 4 5 When an activity loop is made, the userdata (user_login, user_nicename, user_fullname) arealready populated, we can use these items directly instead of calling bp_core_get_userlink(), which can lead to additional queries.5 When an activity loop is made, the userdata (user_login, user_nicename, user_fullname) is already populated, we can use these items directly instead of calling bp_core_get_userlink(), which can lead to additional queries. 6 6 7 7 Therefore, in 04.patch, I've added a new function called `bp_activity_get_userlink()` and replaced calls to `bp_core_get_userlink()` for all activity action callbacks.