Merge "Introduce top level service locator."
[lhc/web/wiklou.git] / docs / hooks.txt
index 0e8730d..31e9d92 100644 (file)
@@ -2860,6 +2860,7 @@ $special: the SpecialPage object
 $subPage: the subpage string or null if no subpage was specified
 
 'SpecialPageBeforeExecute': Called before SpecialPage::execute.
+Return false to prevent execution.
 $special: the SpecialPage object
 $subPage: the subpage string or null if no subpage was specified