From: Alexandre Emsenhuber Date: Fri, 4 Jun 2010 20:31:50 +0000 (+0000) Subject: * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~36616 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=81772d19ead26d251e813fb4dd08b7e99fea1bb6;p=lhc%2Fweb%2Fwiklou.git * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 379278e6f0..aac8f01d9c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ca40b4077f..6db563b9df 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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'; /**