Follow up r84175
authorPlatonides <platonides@users.mediawiki.org>
Sun, 20 Mar 2011 16:29:31 +0000 (16:29 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 20 Mar 2011 16:29:31 +0000 (16:29 +0000)
maintenance/preprocessDump.php

index 89268eb..27d11dc 100644 (file)
@@ -66,7 +66,8 @@ class PreprocessDump extends Maintenance {
        }
 
        static function disableInterwikis( $prefix, &$data ) {
-               # Title::newFromText will check on ach namespaced article if it's an interwiki.
+               # Title::newFromText will check on each namespaced article if it's an interwiki.
+               # We always answer that it is not.
 
                return false;
        }