Merge "Add new 'ArticleShowPatrolFooter' hook to allow extensions to decide if the...
[lhc/web/wiklou.git] / docs / hooks.txt
index b38b086..5f39aa9 100644 (file)
@@ -2187,7 +2187,7 @@ $autocreated: Boolean, whether this was an auto-creation
 Special:Log for a specific log type
 $type: String of log type being displayed
 $logEventsList: LogEventsList object for context and access to the WebRequest
-&$input: string HTML of an input element
+&$formDescriptor: array HTMLForm's form descriptor
 
 'LogEventsListShowLogExtract': Called before the string is added to OutputPage.
 Returning false will prevent the string from being added to the OutputPage.