* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 4 Jun 2010 20:31:50 +0000 (20:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 4 Jun 2010 20:31:50 +0000 (20:31 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 379278e..aac8f01 100644 (file)
@@ -185,6 +185,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
   the $noRedir parameter is set to true
 * (bug 23688) Correct mime types for Office 2007 OpenXML documents.
+* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.
index ca40b40..6db563b 100644 (file)
@@ -2674,7 +2674,12 @@ $wgDebugTidy = false;
  */
 $wgValidateAllHtml = false;
 
-/** See list of skins and their symbolic names in languages/Language.php */
+/**
+ * Default skin, for new users and anonymous visitors. Registered users may
+ * change this to any one of the other available skins in their preferences.
+ * This have completely lowercase, see the "skins" directory for the list of
+ * available skins.
+ */
 $wgDefaultSkin = 'vector';
 
 /**