TTO has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/113341

Change subject: Deprecate wgSkipSkin in favor of wgSkipSkins
......................................................................

Deprecate wgSkipSkin in favor of wgSkipSkins

Per comments at
https://gerrit.wikimedia.org/r/#/c/110162/5/includes/DefaultSettings.php

Change-Id: I47e891464c9955e2ea8c655c8e2e19cb09f55baa
---
M includes/DefaultSettings.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/113341/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index dd76a04..34bb191 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -2908,6 +2908,8 @@
  * 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 = '';
 

-- 
To view, visit https://gerrit.wikimedia.org/r/113341
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47e891464c9955e2ea8c655c8e2e19cb09f55baa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: TTO <at.li...@live.com.au>

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

Reply via email to