Summary
- In T412013: "contribs" is redundant for temporary accounts we are removig the "(contrib)" link for temporary accounts in a number of pages
- As part of that work, we are making links to temp users red in contrib pages when they don't have any contributions
- To do so, we need the logic for Special:RecentChanges to call the preload method introduced in T414950: Add method(s) to preload the edit count for multiple users
Acceptance Criteria
- Special:RecentChanges calls the new preload method introduced in the UserEditTracker