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 @@
68
68
$portalTitle,
69
69
wfMsg( 'supportedlanguages-portallink', $code, $locals[$code], $natives[$code] ),
70
70
array(
71
- 'id' => $code
71
+ 'id' => $code,
72
72
'title' => $portalText . ' ' . $locals[$code]
73
73
),
74
74
array(),
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r65750
Add nicer title
siebrand
17:28, 1 May 2010
Status & tagging log
14:22, 24 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r65751
[
removed:
new
added:
deferred]