Index: trunk/phase3/maintenance/preprocessDump.php |
— | — | @@ -66,7 +66,8 @@ |
67 | 67 | } |
68 | 68 | |
69 | 69 | static function disableInterwikis( $prefix, &$data ) { |
70 | | - # Title::newFromText will check on ach namespaced article if it's an interwiki. |
| 70 | + # Title::newFromText will check on each namespaced article if it's an interwiki. |
| 71 | + # We always answer that it is not. |
71 | 72 | |
72 | 73 | return false; |
73 | 74 | } |