From: James D. Forrester Date: Sun, 1 Jun 2014 00:00:01 +0000 (-0700) Subject: doc: Fix DefaultSettings's assertions about possible extension types X-Git-Tag: 1.31.0-rc.0~15513 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=40282be46aa7fe0dc223d86e402b5169dec3a32b;p=lhc%2Fweb%2Fwiklou.git doc: Fix DefaultSettings's assertions about possible extension types Change-Id: I79f0b6dab93272682157e2a0dcd727f14f7285e9 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index efa6e21286..ab0ffebbbe 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6072,7 +6072,9 @@ $wgAutoloadAttemptLowercase = true; * view said file. When the 'license-name' key is specified, this file is * interpreted as wikitext. * - * - $type: One of 'specialpage', 'parserhook', 'variable', 'media' or 'other'. + * - $type: One of 'specialpage', 'parserhook', 'variable', 'media', 'antispam', + * 'skin', 'api', or 'other', or any additional types as specified through the + * ExtensionTypes hook as used in SpecialVersion::getExtensionTypes(). * * - author: A string or an array of strings. Authors can be linked using * the regular wikitext link syntax. To have an internationalized version of