r64849 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64848‎ | r64849 | r64850 >
Date:03:43, 10 April 2010
Author:tstarling
Status:ok
Tags:
Comment:
Revert r64844 pending further discussion
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -642,7 +642,7 @@
643643 $del = '';
644644 }
645645
646 - $diffHistLinks = '(' . $histlink . $this->messages['pipe-separator'] . $difftext . ')';
 646+ $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')';
647647 $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
648648
649649 # Denote if username is redacted for this edit

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64844Swapped the order of the "diff" and "hist" links on Special:Contributions to ...tstarling02:41, 10 April 2010

Status & tagging log