r70435 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70434‎ | r70435 | r70436 >
Date:22:33, 3 August 2010
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Fix sloppyness from r70431
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php
@@ -209,7 +209,7 @@
210210 'globalusers' => 'Global user list',
211211 'centralauth-listusers-locked' => 'locked',
212212 'centralauth-listusers-attached' => '[[User:$1|exists locally]]',
213 - 'centralauth-listusers-item' => '$1 ($2) - [[Special:CentralAuth/$1|CentralAuth]]'
 213+ 'centralauth-listusers-item' => '$1 ($2) - [[Special:CentralAuth/$1|CentralAuth]]',
214214 'centralauth-listusers-nolocal' => 'unattached or doesn\'t exist locally',
215215
216216 // Pretty timespan

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70431(Bug 24645) Add a link to CentralAuth on Special:GlobalUsers...platonides21:55, 3 August 2010

Comments

#Comment by Platonides (talk | contribs)   23:18, 3 August 2010

Oops, thanks.

Status & tagging log