Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2674,7 +2674,12 @@ |
2675 | 2675 | */ |
2676 | 2676 | $wgValidateAllHtml = false; |
2677 | 2677 | |
2678 | | -/** See list of skins and their symbolic names in languages/Language.php */ |
| 2678 | +/** |
| 2679 | + * Default skin, for new users and anonymous visitors. Registered users may |
| 2680 | + * change this to any one of the other available skins in their preferences. |
| 2681 | + * This have completely lowercase, see the "skins" directory for the list of |
| 2682 | + * available skins. |
| 2683 | + */ |
2679 | 2684 | $wgDefaultSkin = 'vector'; |
2680 | 2685 | |
2681 | 2686 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -185,6 +185,7 @@ |
186 | 186 | * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if |
187 | 187 | the $noRedir parameter is set to true |
188 | 188 | * (bug 23688) Correct mime types for Office 2007 OpenXML documents. |
| 189 | +* (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php |
189 | 190 | |
190 | 191 | === API changes in 1.17 === |
191 | 192 | * (bug 22738) Allow filtering by action type on query=logevent. |