Remove mention of $wgHTCPMulticastRouting, not present since MW 1.24
authorC. Scott Ananian <cscott@cscott.net>
Fri, 19 Oct 2018 15:42:26 +0000 (11:42 -0400)
committerC. Scott Ananian <cananian@wikimedia.org>
Fri, 19 Oct 2018 17:40:52 +0000 (17:40 +0000)
Change-Id: I04ba9761e98ac4cf177cd2581f0304206cd4365c

includes/DefaultSettings.php

index 15d2627..ec44242 100644 (file)
@@ -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 = [];