r105936 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105935‎ | r105936 | r105937 >
Date:22:08, 12 December 2011
Author:robin
Status:ok
Tags:
Comment:
fix r105935, wgContLang still used in the function
Modified paths:
  • /trunk/phase3/includes/SkinLegacy.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinLegacy.php
@@ -345,7 +345,7 @@
346346 }
347347
348348 function otherLanguages() {
349 - global $wgOut, $wgLang, $wgHideInterlanguageLinks;
 349+ global $wgOut, $wgLang, $wgContLang, $wgHideInterlanguageLinks;
350350
351351 if ( $wgHideInterlanguageLinks ) {
352352 return '';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105935not sure if this span is really needed, but in any case it depends on user la...robin22:05, 12 December 2011

Status & tagging log