浏览代码

Clean up extension credits.

Jamie Thingelstad 12 年之前
父节点
当前提交
e873123090
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      foreground.php

+ 6 - 6
foreground.php

@@ -16,13 +16,13 @@ if( ! defined( 'MEDIAWIKI' ))
  
 $wgExtensionCredits['skin'][] = array(
     'path'			 => __FILE__,
-    'name'			 => 'foreground',
-    'url'			 => '[http://wikiwonders.net]',
-    'author'		 => '[http://wikiwonders.net WikiWonders]',
-    'descriptionmsg' => 'The base WikiWonders skin with Zurbs Foundation atop it',
+    'name'			 => 'Foreground',
+    'url'			 => 'http://wikiwonders.net/wiki/Foreground',
+    'author'		 => 'Garrick van Buren',
+    'descriptionmsg' => 'A MediaWiki skin that focuses on putting your content in the foreground.',
 );
 
-$wgValidSkinNames['foreground'] = 'foreground';
+$wgValidSkinNames['foreground'] = 'Foreground';
 $wgAutoloadClasses['Skinforeground'] = __DIR__.'/foreground.skin.php';
 $wgExtensionMessagesFiles['foreground'] = __DIR__.'/foreground.i18n.php';
  
@@ -36,4 +36,4 @@ $wgResourceModules['skins.foreground'] = array(
     ),
     'remoteBasePath' => &$GLOBALS['wgStylePath'],
     'localBasePath' => &$GLOBALS['wgStyleDirectory']
-);
+);