Correct documentation for EditFilter hook parameter
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 24 Oct 2012 08:17:19 +0000 (10:17 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 24 Oct 2012 08:18:38 +0000 (10:18 +0200)
Change-Id: I1f5dbc834c44c33fce495a8c4ca5fc0f2b61b4c7

docs/hooks.txt

index 46ddcfe..998523f 100644 (file)
@@ -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