From 81772d19ead26d251e813fb4dd08b7e99fea1bb6 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 4 Jun 2010 20:31:50 +0000 Subject: [PATCH] * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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'; /** -- 2.20.1