Closed (fixed)
Project:
Statuses (Social Microblog)
Version:
7.x-1.x-dev
Component:
Code (API)
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2012 at 01:30 UTC
Updated:
16 Apr 2012 at 01:41 UTC
_statuses_user_load() is deprecated (all it does is call user_load()). We needed it in D6 because user_load() had no static cache so the number of times we needed to load the same user was a significant drag on page load times. However user_load() does use a cache in D7 so there is no need for a wrapper function any more.
Comments
Comment #1
icecreamyou commentedCommitted fix to dev