Index: branches/wmf/1.18wmf1/maintenance/dumpInterwiki.php |
— | — | @@ -132,7 +132,7 @@ |
133 | 133 | $prefix = str_replace( ' ', '_', $prefix ); |
134 | 134 | |
135 | 135 | $url = $matches[2]; |
136 | | - if ( preg_match( '/(wikipedia|wiktionary|wikisource|wikiquote|wikibooks|wikimedia)\.org/', $url ) ) { |
| 136 | + if ( preg_match( '/(wikipedia|wiktionary|wikisource|wikiquote|wikibooks|wikimedia|wikinews|wikiversity|wikimediafoundation|mediawiki)\.org/', $url ) ) { |
137 | 137 | if ( $this->hasOption( 'protocolrelative' ) ) { |
138 | 138 | if ( substr( $url, 0, 5 ) == 'http:' ) { |
139 | 139 | $url = substr( $url, 5 ); |