Extension authors
Change-Id: Iecba54b1745b3061374cf8502641ea4524076c67
This commit is contained in:
@@ -24,11 +24,20 @@ if ( !defined( 'MEDIAWIKI' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$wgExtensionCredits['other'][] = array(
|
$wgExtensionCredits['other'][] = array(
|
||||||
'path' => __FILE__,
|
'path' => __FILE__,
|
||||||
'name' => 'UniversalLanguageSelector',
|
'name' => 'UniversalLanguageSelector',
|
||||||
'version' => '0.1',
|
'version' => '0.1',
|
||||||
'author' => array( 'Santhosh Thottingal' ),
|
'author' => array(
|
||||||
'url' => 'https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector',
|
'Alolita Sharma',
|
||||||
|
'Amir Aharoni',
|
||||||
|
'Arun Ganesh',
|
||||||
|
'Brandon Harris',
|
||||||
|
'Niklas Laxström',
|
||||||
|
'Pau Giner',
|
||||||
|
'Santhosh Thottingal',
|
||||||
|
'Siebrand Mazeland'
|
||||||
|
),
|
||||||
|
'url' => 'https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector',
|
||||||
'descriptionmsg' => 'uls-desc',
|
'descriptionmsg' => 'uls-desc',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user