Add CSS classes for userlinks on SpecialPages
authorEddie Greiner-Petter <git@eddie-sh.de>
Fri, 17 Feb 2017 12:59:16 +0000 (13:59 +0100)
committerEddie Greiner-Petter <git@eddie-sh.de>
Thu, 23 Feb 2017 01:51:23 +0000 (02:51 +0100)
commit83e616a1520321edbc7578746bfebb9dbd60c7ef
treedc446c8cef7c0a3eefc02cc3f193d635189af447
parent1978dc538a9d37cd1bdf0731de6f23ba98d526cd
Add CSS classes for userlinks on SpecialPages

On Special:Watchlist, Special:Contributions, Special:Recentchanges etc.
there are links to (talk | contribs | block) for the user who did the
contribution. Add CSS class for them. Introduce the following css
classes:
- mw-usertoollinks-contribs
- mw-usertoollinks-talk
- mw-usertoollinks-block
- mw-usertoollinks-mail

Bug: T156879
Change-Id: I85a3b0987a016ff25026f1c047214a31170b0452
includes/Linker.php