diff options
author | IAlex <ialex.wiki@gmail.com> | 2012-10-24 11:36:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2012-10-24 11:36:59 +0000 |
commit | 1fc39609eb8e2eee31fdd49c7bb084557622f61e (patch) | |
tree | c4e6ae6f99c2a30e92b43fc80cea10345503a152 | |
parent | bff68c4bc58c16aaba0657600d1441d63180bf7e (diff) | |
parent | 9c592c508c56144921b0c0aa894098ab0ac82e98 (diff) | |
download | mediawikicore-1fc39609eb8e2eee31fdd49c7bb084557622f61e.tar.gz mediawikicore-1fc39609eb8e2eee31fdd49c7bb084557622f61e.zip |
Merge "Correct documentation for EditFilter hook parameter"
-rw-r--r-- | docs/hooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 46ddcfea7e53..998523f334d8 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 |