From dc2af42bc9eaa3fcd45819bd284d5b697986c605 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 10 Apr 2010 02:41:46 +0000 Subject: [PATCH] Swapped the order of the "diff" and "hist" links on Special:Contributions to match the 1.15 behaviour. --- includes/specials/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1