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