http://www.mediawiki.org/wiki/Special:Code/MediaWiki/67360

Revision: 67360
Author:   ialex
Date:     2010-06-04 20:31:50 +0000 (Fri, 04 Jun 2010)

Log Message:
-----------
* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php

Modified Paths:
--------------
    trunk/phase3/RELEASE-NOTES
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES  2010-06-04 20:17:12 UTC (rev 67359)
+++ trunk/phase3/RELEASE-NOTES  2010-06-04 20:31:50 UTC (rev 67360)
@@ -185,6 +185,7 @@
 * (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.

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-06-04 20:17:12 UTC (rev 
67359)
+++ trunk/phase3/includes/DefaultSettings.php   2010-06-04 20:31:50 UTC (rev 
67360)
@@ -2674,7 +2674,12 @@
  */
 $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';
 
 /**



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to