From: Siebrand Mazeland Date: Wed, 24 Oct 2012 08:17:19 +0000 (+0200) Subject: Correct documentation for EditFilter hook parameter X-Git-Tag: 1.31.0-rc.0~21889^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=9c592c508c56144921b0c0aa894098ab0ac82e98;p=lhc%2Fweb%2Fwiklou.git Correct documentation for EditFilter hook parameter Change-Id: I1f5dbc834c44c33fce495a8c4ca5fc0f2b61b4c7 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 46ddcfea7e..998523f334 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -819,7 +819,7 @@ $tooltip: The default tooltip. Escape before using. $lang: The language code to use for the link in the wfMessage function 'EditFilter': Perform checks on an edit -$editor: Edit form (see includes/EditPage.php) +$editor: EditPage instance (object). The edit form (see includes/EditPage.php) $text: Contents of the edit box $section: Section being edited &$error: Error message to return