Merge "Update code examples in docs/hooks.txt"
[lhc/web/wiklou.git] / docs / hooks.txt
index 9d20fd9..20f5de8 100644 (file)
@@ -2642,7 +2642,7 @@ $special: the special page object
   (message key) and a 'default' value.
 
 'SpecialPage_initList': Called when setting up SpecialPageFactory::$list, use this
-hook to remove a core special page.
+hook to remove a core special page or conditionally register special pages.
 $list: list (array) of core special pages
 
 'SpecialPageAfterExecute': Called after SpecialPage::execute.