Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -107,7 +107,7 @@ |
108 | 108 | * |
109 | 109 | * @param $out OutputPage |
110 | 110 | */ |
111 | | - function setupSkinUserCss( OutputPage $out ){ |
| 111 | + function setupSkinUserCss( OutputPage $out ) { |
112 | 112 | $out->addModuleStyles( array( 'mediawiki.legacy.shared', 'mediawiki.legacy.commonPrint' ) ); |
113 | 113 | } |
114 | 114 | |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | */ |
135 | 135 | function outputPage( OutputPage $out ) { |
136 | 136 | global $wgUser, $wgLang, $wgContLang; |
137 | | - global $wgScript, $wgStylePath, $wgLanguageCode; |
| 137 | + global $wgScript, $wgStylePath; |
138 | 138 | global $wgMimeType, $wgJsMimeType, $wgRequest; |
139 | 139 | global $wgXhtmlDefaultNamespace, $wgXhtmlNamespaces, $wgHtml5Version; |
140 | 140 | global $wgDisableCounters, $wgLogo, $wgHideInterlanguageLinks; |