http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72109

Revision: 72109
Author:   nikerabbit
Date:     2010-09-01 14:34:31 +0000 (Wed, 01 Sep 2010)

Log Message:
-----------
Small doc updates

Modified Paths:
--------------
    trunk/extensions/Translate/MessageGroups.php
    trunk/extensions/Translate/tag/MoveJob.php

Modified: trunk/extensions/Translate/MessageGroups.php
===================================================================
--- trunk/extensions/Translate/MessageGroups.php        2010-09-01 14:30:47 UTC 
(rev 72108)
+++ trunk/extensions/Translate/MessageGroups.php        2010-09-01 14:34:31 UTC 
(rev 72109)
@@ -230,7 +230,7 @@
                return null;
        }
 
-       // Unsupported stuff, just to satisfy the new internace
+       // Unsupported stuff, just to satisfy the new interface
        public function setConfiguration( $conf ) { }
        public function getConfiguration() { }
        public function getNamespace() { return $this->namespaces[0]; }

Modified: trunk/extensions/Translate/tag/MoveJob.php
===================================================================
--- trunk/extensions/Translate/tag/MoveJob.php  2010-09-01 14:30:47 UTC (rev 
72108)
+++ trunk/extensions/Translate/tag/MoveJob.php  2010-09-01 14:34:31 UTC (rev 
72109)
@@ -12,6 +12,7 @@
  * Contains class with job for moving translation pages.
  *
  * @ingroup PageTranslation
+ * @todo Get rid of direct reference to $wgMemc.
  */
 class MoveJob extends Job {
        public static function newJob( Title $source, Title $target, $base, 
/*User*/ $performer ) {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to