r57478 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57477‎ | r57478 | r57479 >
Date:18:38, 7 October 2009
Author:brion
Status:ok
Tags:
Comment:
Spacing tweak -- $histlink and $difftext now belong directly together, they get a pipe-separator message between them.
The leftover extra space was harmless with default (which uses regular space) but looked funny on en.wikipedia with customized pipe-separator using  
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -651,7 +651,7 @@
652652 $del = '';
653653 }
654654
655 - $ret = "{$del}{$d} {$histlink} {$difftext} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
 655+ $ret = "{$del}{$d} {$histlink}{$difftext} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}";
656656
657657 # Denote if username is redacted for this edit
658658 if( $rev->getVisibility() & Revision::DELETED_USER ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r57479merge r57478 from trunk -- spacing fix for contribsbrion18:41, 7 October 2009

Status & tagging log