Index: trunk/extensions/Translate/TranslatePage.php |
— | — | @@ -187,13 +187,10 @@ |
188 | 188 | $this->task = TranslateTasks::getTask( $this->options['task'] ); |
189 | 189 | } |
190 | 190 | |
191 | | - /** |
192 | | - * GLOBALS: $wgScript |
193 | | - */ |
194 | 191 | protected function settingsForm( $errors ) { |
195 | 192 | global $wgScript; |
196 | 193 | |
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! |
198 | 195 | $task = $this->taskSelector(); |
199 | 196 | $group = $this->groupSelector(); |
200 | 197 | $language = $this->languageSelector(); |