Explorar o código

Merge pull request #73 from kghbln/patch-1

Fix I18n for "others"
Jamie Thingelstad %!s(int64=11) %!d(string=hai) anos
pai
achega
11f26d3da7
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      foreground.php

+ 6 - 2
foreground.php

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