Ver código fonte

Merge pull request #73 from kghbln/patch-1

Fix I18n for "others"
Jamie Thingelstad 11 anos atrás
pai
commit
11f26d3da7
1 arquivos alterados com 6 adições e 2 exclusões
  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';