From 9c592c508c56144921b0c0aa894098ab0ac82e98 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 24 Oct 2012 10:17:19 +0200 Subject: [PATCH] Correct documentation for EditFilter hook parameter Change-Id: I1f5dbc834c44c33fce495a8c4ca5fc0f2b61b4c7 --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1