|
@@ -19,7 +19,11 @@ $wgExtensionCredits['skin'][] = array(
|
|
'path' => __FILE__,
|
|
'path' => __FILE__,
|
|
'name' => 'Foreground',
|
|
'name' => 'Foreground',
|
|
'url' => 'http://foreground.thingelstad.com/',
|
|
'url' => 'http://foreground.thingelstad.com/',
|
|
- 'author' => 'Garrick Van Buren, Jamie Thingelstad, Others...',
|
|
|
|
|
|
+ 'author' => array (
|
|
|
|
+ 'Garrick Van Buren',
|
|
|
|
+ 'Jamie Thingelstad',
|
|
|
|
+ '...'
|
|
|
|
+ )
|
|
'descriptionmsg' => 'foreground-desc',
|
|
'descriptionmsg' => 'foreground-desc',
|
|
);
|
|
);
|
|
|
|
|