r65751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65750‎ | r65751 | r65752 >
Date:17:29, 1 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix syntax error in r65750
Modified paths:
  • /trunk/extensions/Translate/SpecialSupportedLanguages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialSupportedLanguages.php
@@ -67,7 +67,7 @@
6868 $portalTitle,
6969 wfMsg( 'supportedlanguages-portallink', $code, $locals[$code], $natives[$code] ),
7070 array(
71 - 'id' => $code
 71+ 'id' => $code,
7272 'title' => $portalText . ' ' . $locals[$code]
7373 ),
7474 array(),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65750Add nicer titlesiebrand17:28, 1 May 2010

Status & tagging log