Soft deprecate $wgStyleVersion (add @deprecated)
authorReedy <reedy@wikimedia.org>
Fri, 24 Nov 2017 23:12:25 +0000 (23:12 +0000)
committerReedy <reedy@wikimedia.org>
Mon, 27 Nov 2017 20:12:15 +0000 (20:12 +0000)
Bug: T181318
Change-Id: Ib5dce1c8d39a821aab0f96133780c18c827bde03

includes/DefaultSettings.php

index 3cd7ef1..ee67f75 100644 (file)
@@ -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.
  * 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';
 
  */
 $wgStyleVersion = '303';