30 global $wgInterwikiCentralDB;
32 if ( $wgInterwikiCentralDB ===
null || $wgInterwikiCentralDB ===
wfWikiID() ) {
36 if ( !Language::fetchLanguageName( $prefix ) ) {
38 $lookup = MediaWikiServices::getInstance()->getInterwikiLookup();
39 foreach ( $lookup->getAllPrefixes(
null ) as $id => $localPrefixInfo ) {
40 if ( $prefix === $localPrefixInfo[
'iw_prefix'] ) {
48 [
'iw_prefix' => $prefix ],