r57479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57478‎ | r57479 | r57480 >
Date:18:41, 7 October 2009
Author:brion
Status:ok
Tags:
Comment:
merge r57478 from trunk -- spacing fix for contribs
Modified paths:
  • /branches/wmf-deployment/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/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 ) {
Property changes on: branches/wmf-deployment/includes/specials/SpecialContributions.php
___________________________________________________________________
Name: svn:mergeinfo
659659 - /branches/REL1_15/phase3/includes/specials/SpecialContributions.php:51646
/branches/wmf-deployment/includes/specials/SpecialContributions.php:53381
/trunk/phase3/includes/specials/SpecialContributions.php:56188,56468,57154-57447
660660 + /branches/REL1_15/phase3/includes/specials/SpecialContributions.php:51646
/branches/wmf-deployment/includes/specials/SpecialContributions.php:53381
/trunk/phase3/includes/specials/SpecialContributions.php:56188,56468,57154-57447,57478

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57478Spacing tweak -- $histlink and $difftext now belong directly together, they g...brion18:38, 7 October 2009

Status & tagging log