From: Reedy Date: Fri, 24 Nov 2017 23:12:25 +0000 (+0000) Subject: Soft deprecate $wgStyleVersion (add @deprecated) X-Git-Tag: 1.31.0-rc.0~1398^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=e00925d751d1ea1082f588418a28100aaf642b80;hp=81bca469da0a67b0ffe4d53948b340ec49d3f599 Soft deprecate $wgStyleVersion (add @deprecated) Bug: T181318 Change-Id: Ib5dce1c8d39a821aab0f96133780c18c827bde03 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3cd7ef181a..ee67f7587f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2554,6 +2554,8 @@ $wgGitInfoCacheDirectory = false; * It should be appended in the query string of static CSS and JS includes, * to ensure that client-side caches do not keep obsolete copies of global * styles. + * + * @deprecated since 1.31 */ $wgStyleVersion = '303';