Forráskód Böngészése

Removed WikiWonders (RIP) references

Jamie Thingelstad 11 éve
szülő
commit
4f03df9c8f
3 módosított fájl, 7 hozzáadás és 7 törlés
  1. 2 2
      Foreground.i18n.php
  2. 1 1
      Foreground.skin.php
  3. 4 4
      foreground.php

+ 2 - 2
Foreground.i18n.php

@@ -10,7 +10,7 @@
 $messages = array();
 
 /** English
- * @author WikiWonders
+ * @author Garrick Van Buren
  */
 $messages['en'] = array(
 	'skinname-foreground' => 'Foreground',
@@ -37,4 +37,4 @@ $messages['es'] = array(
 	'foreground-desc' => 'Provee una plantilla que se centra en resaltar en primer plano el contenido.',
 	'foreground-browsermsg' => 'puede verse diferente a lo esperado en esta versión de Internet Explorer le recomendamos que se actualice a una versión más reciente, o cambie a un navegador como Firefox o Chrome.',
 	'foreground-menutitle' => 'Menu'
-);
+);

+ 1 - 1
Foreground.skin.php

@@ -1,7 +1,7 @@
 <?php
 
 /**
- * Skin file for skin WikiWonders' Foreground
+ * Skin file for Foreground
  *
  * @file
  * @ingroup Skins

+ 4 - 4
foreground.php

@@ -1,11 +1,11 @@
 <?php
 
 /**
- * WikiWonders foreground Skin
+ * Foreground Skin
  *
  * @file
  * @ingroup Skins
- * @author WikiWonders <skins@wikiwonders.net>
+ * @author Garrick Van Buren, Jamie Thingelstad
  * @license 2-clause BSD
  */
 
@@ -18,8 +18,8 @@ if( ! defined( 'MEDIAWIKI' ))
 $wgExtensionCredits['skin'][] = array(
 	'path'		 => __FILE__,
 	'name'		 => 'Foreground',
-	'url'		 => 'http://foreground.wikiwonders.net/',
-	'author'	 => 'WikiWonders',
+	'url'		 => 'http://foreground.thingelstad.com/',
+	'author'	 => 'Garrick Van Buren, Jamie Thingelstad, Others...',
 	'descriptionmsg' => 'foreground-desc',
 );