Deprecate wgSkipSkin in favor of wgSkipSkins
authorThis, that and the other <at.light@live.com.au>
Sat, 15 Feb 2014 00:04:24 +0000 (11:04 +1100)
committerThis, that and the other <at.light@live.com.au>
Sat, 15 Feb 2014 00:04:24 +0000 (11:04 +1100)
Per comments at
https://gerrit.wikimedia.org/r/#/c/110162/5/includes/DefaultSettings.php

Change-Id: I47e891464c9955e2ea8c655c8e2e19cb09f55baa

RELEASE-NOTES-1.23
includes/DefaultSettings.php

index b16276b..f07fbbb 100644 (file)
@@ -34,6 +34,8 @@ production.
 * The 'max threads' setting was removed from $wgDBservers.
 * Support for AdminSettings.php has been completely removed. All configuration
   belongs in LocalSettings.php.
+* $wgSkipSkin, which has been replaceable by $wgSkipSkins since 2005 (r9249), is
+  now formally deprecated.
 
 === New features in 1.23 ===
 * ResourceLoader can utilize the Web Storage API to cache modules client-side.
index dd76a04..34bb191 100644 (file)
@@ -2908,6 +2908,8 @@ $wgDefaultSkin = 'vector';
  * Specify the name of a skin that should not be presented in the list of
  * available skins.  Use for blacklisting a skin which you do not want to
  * remove from the .../skins/ directory
+ *
+ * @deprecated since 1.23; use $wgSkipSkins instead
  */
 $wgSkipSkin = '';