Swapped the order of the "diff" and "hist" links on Special:Contributions to match...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 10 Apr 2010 02:41:46 +0000 (02:41 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 10 Apr 2010 02:41:46 +0000 (02:41 +0000)
includes/specials/SpecialContributions.php

index d8f9b80..f8e7e30 100644 (file)
@@ -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