From: C. Scott Ananian Date: Fri, 19 Oct 2018 15:42:26 +0000 (-0400) Subject: Remove mention of $wgHTCPMulticastRouting, not present since MW 1.24 X-Git-Tag: 1.34.0-rc.0~3709^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=5255e01af75234721312bf05508a366280254bed;p=lhc%2Fweb%2Fwiklou.git Remove mention of $wgHTCPMulticastRouting, not present since MW 1.24 Change-Id: I04ba9761e98ac4cf177cd2581f0304206cd4365c --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 15d2627214..ec44242ba8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2896,11 +2896,6 @@ $wgSquidPurgeUseHostHeader = true; * @endcode * * @since 1.22 - * - * $wgHTCPRouting replaces $wgHTCPMulticastRouting that was introduced in 1.20. - * For back compatibility purposes, whenever its array is empty - * $wgHTCPMutlicastRouting will be used as a fallback if it not null. - * * @see $wgHTCPMulticastTTL */ $wgHTCPRouting = [];