From aa23859aa07e1619fb06217a6b1563ed3be792cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 14 Apr 2011 16:05:59 +0000 Subject: [PATCH] Added one @since annotation I had to check out --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 33884fd601..67d9826bdd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -188,6 +188,7 @@ $wgLocalStylePath = false; /** * The URL path of the extensions directory. * Defaults to "{$wgScriptPath}/extensions". + * @since 1.16 */ $wgExtensionAssetsPath = false; -- 2.20.1