Explorar el Código

Update foreground.php

Fix I18n for "others"
Karsten Hoffmeyer hace 11 años
padre
commit
1a711ffe61
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      foreground.php

+ 5 - 1
foreground.php

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