r75514 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75513‎ | r75514 | r75515 >
Date:11:28, 27 October 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix comment spacing, remove useless method comment
Modified paths:
  • /trunk/extensions/Translate/TranslatePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslatePage.php
@@ -187,13 +187,10 @@
188188 $this->task = TranslateTasks::getTask( $this->options['task'] );
189189 }
190190
191 - /**
192 - * GLOBALS: $wgScript
193 - */
194191 protected function settingsForm( $errors ) {
195192 global $wgScript;
196193
197 - //These are used, in the $$g black magic below. Do not remove!
 194+ // These are used, in the $$g black magic below. Do not remove!
198195 $task = $this->taskSelector();
199196 $group = $this->groupSelector();
200197 $language = $this->languageSelector();

Status & tagging log