From: Tim Starling Date: Sat, 10 Apr 2010 02:41:46 +0000 (+0000) Subject: Swapped the order of the "diff" and "hist" links on Special:Contributions to match... X-Git-Tag: 1.31.0-rc.0~37180 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=dc2af42bc9eaa3fcd45819bd284d5b697986c605;p=lhc%2Fweb%2Fwiklou.git Swapped the order of the "diff" and "hist" links on Special:Contributions to match the 1.15 behaviour. --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index d8f9b8003d..f8e7e30b8f 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -642,7 +642,7 @@ class ContribsPager extends ReverseChronologicalPager { $del = ''; } - $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; + $diffHistLinks = '(' . $histlink . $this->messages['pipe-separator'] . $difftext . ')'; $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}"; # Denote if username is redacted for this edit