r72109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72108‎ | r72109 | r72110 >
Date:14:34, 1 September 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Small doc updates
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)
  • /trunk/extensions/Translate/tag/MoveJob.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -230,7 +230,7 @@
231231 return null;
232232 }
233233
234 - // Unsupported stuff, just to satisfy the new internace
 234+ // Unsupported stuff, just to satisfy the new interface
235235 public function setConfiguration( $conf ) { }
236236 public function getConfiguration() { }
237237 public function getNamespace() { return $this->namespaces[0]; }
Index: trunk/extensions/Translate/tag/MoveJob.php
@@ -12,6 +12,7 @@
1313 * Contains class with job for moving translation pages.
1414 *
1515 * @ingroup PageTranslation
 16+ * @todo Get rid of direct reference to $wgMemc.
1617 */
1718 class MoveJob extends Job {
1819 public static function newJob( Title $source, Title $target, $base, /*User*/ $performer ) {

Status & tagging log