From 40282be46aa7fe0dc223d86e402b5169dec3a32b Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 31 May 2014 17:00:01 -0700 Subject: [PATCH] doc: Fix DefaultSettings's assertions about possible extension types Change-Id: I79f0b6dab93272682157e2a0dcd727f14f7285e9 --- includes/DefaultSettings.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.20.1