r114021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114020‎ | r114021 | r114022 >
Date:16:21, 16 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/CentralAuth (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/CentralAuth/specials/SpecialCentralAuth.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/CentralAuth/specials/SpecialCentralAuth.php
@@ -416,8 +416,8 @@
417417 */
418418 function formatMergeMethod( $method ) {
419419 global $wgExtensionAssetsPath;
420 -
421 - $brief = wfMessage( 'centralauth-merge-method-{$method}' )->text();
 420+
 421+ $brief = wfMessage( "centralauth-merge-method-{$method}" )->text();
422422 $html =
423423 Html::element(
424424 'img', array(
Property changes on: branches/wmf/1.19wmf1/extensions/CentralAuth
___________________________________________________________________
Modified: svn:mergeinfo
425425 Merged /trunk/extensions/CentralAuth:r114020
Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
426426 Merged /trunk/extensions:r114020

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114020Bug 35266 - tooltip isn't translated...reedy16:17, 16 March 2012

Status & tagging log