r92581 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92580‎ | r92581 | r92582 >
Date:21:22, 19 July 2011
Author:platonides
Status:ok
Tags:
Comment:
Spacing, removed unneded global.
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -107,7 +107,7 @@
108108 *
109109 * @param $out OutputPage
110110 */
111 - function setupSkinUserCss( OutputPage $out ){
 111+ function setupSkinUserCss( OutputPage $out ) {
112112 $out->addModuleStyles( array( 'mediawiki.legacy.shared', 'mediawiki.legacy.commonPrint' ) );
113113 }
114114
@@ -133,7 +133,7 @@
134134 */
135135 function outputPage( OutputPage $out ) {
136136 global $wgUser, $wgLang, $wgContLang;
137 - global $wgScript, $wgStylePath, $wgLanguageCode;
 137+ global $wgScript, $wgStylePath;
138138 global $wgMimeType, $wgJsMimeType, $wgRequest;
139139 global $wgXhtmlDefaultNamespace, $wgXhtmlNamespaces, $wgHtml5Version;
140140 global $wgDisableCounters, $wgLogo, $wgHideInterlanguageLinks;

Follow-up revisions

RevisionCommit summaryAuthorDate
r92586Merge code cleanup revisions so that code analysis can also be performed in t...platonides21:29, 19 July 2011

Status & tagging log