r106975 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106974‎ | r106975 | r106976 >
Date:20:16, 21 December 2011
Author:siebrand
Status:ok
Tags:
Comment:
MFT r103709: missing spaces between messages. Was just reported to me on IRC, and found that it was fixed. Might as well merge then.
Modified paths:
  • /branches/wmf/1.18wmf1/includes/specials/SpecialEditWatchlist.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialEditWatchlist.php
@@ -138,7 +138,7 @@
139139 }
140140
141141 if( count( $toWatch ) > 0 ) {
142 - $this->successMessage .= wfMessage(
 142+ $this->successMessage .= ' ' . wfMessage(
143143 'watchlistedit-raw-added',
144144 $this->getLang()->formatNum( count( $toWatch ) )
145145 );
@@ -146,7 +146,7 @@
147147 }
148148
149149 if( count( $toUnwatch ) > 0 ) {
150 - $this->successMessage .= wfMessage(
 150+ $this->successMessage .= ' ' . wfMessage(
151151 'watchlistedit-raw-removed',
152152 $this->getLang()->formatNum( count( $toUnwatch ) )
153153 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103709* (bug 32505) Incorrect spacing on messages for Special:EditWatchlist/raw res...reedy21:14, 19 November 2011

Status & tagging log