diff options
author | mainframe98 <k.s.werf@hotmail.com> | 2022-05-18 11:44:49 +0200 |
---|---|---|
committer | Krinkle <krinkle@fastmail.com> | 2022-05-18 20:34:26 +0000 |
commit | ebffc4f6b179d17e49ac2b4d9c06a18be5c64919 (patch) | |
tree | f72eea51637439d26ac5883627775a74e11d515f /includes/config-vars.php | |
parent | fd9fb470ae44c2805a5be33d58711effc9ffc9b0 (diff) | |
download | mediawikicore-ebffc4f6b179d17e49ac2b4d9c06a18be5c64919.tar.gz mediawikicore-ebffc4f6b179d17e49ac2b4d9c06a18be5c64919.zip |
parser: Remove Element Timing experiment for thumbnails
This feature was experimental, unsupported and untested.
It was disabled by default.
Bug: T308621
Change-Id: I9375f35d031f635af0d39ee0bc027ac719899d9d
Diffstat (limited to 'includes/config-vars.php')
-rw-r--r-- | includes/config-vars.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/config-vars.php b/includes/config-vars.php index c3c8fa3b3f00..07795d2b7da4 100644 --- a/includes/config-vars.php +++ b/includes/config-vars.php @@ -4402,12 +4402,6 @@ $wgPriorityHints = null; $wgPriorityHintsRatio = null; /** - * Config variable stub for the ElementTiming setting, for use by phpdoc and IDEs. - * @see MediaWiki\MainConfigSchema::ElementTiming - */ -$wgElementTiming = null; - -/** * Config variable stub for the ReportToExpiry setting, for use by phpdoc and IDEs. * @see MediaWiki\MainConfigSchema::ReportToExpiry */ |