فهرست منبع

titlecased skin name to it shows up in the expected spot in the list of available skins

Garrick van Buren 12 سال پیش
والد
کامیت
bda6379cec
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      foreground.php

+ 2 - 2
foreground.php

@@ -23,7 +23,7 @@ $wgExtensionCredits['skin'][] = array(
     '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';
 
@@ -55,4 +55,4 @@ $wgResourceModules['skins.foreground'] = array(
     ),
     'remoteBasePath' => &$GLOBALS['wgStylePath'],
     'localBasePath'  => &$GLOBALS['wgStyleDirectory']
-);
+);