From: Ryan Kaldari Date: Sun, 4 Mar 2012 19:14:20 +0000 (+0000) Subject: grammar fix X-Git-Tag: 1.31.0-rc.0~24408 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=045772cbbef58c2827104c26eecb039e8a00b5d4;p=lhc%2Fweb%2Fwiklou.git grammar fix --- diff --git a/docs/hooks.txt b/docs/hooks.txt index e1f261a19f..e9acbf8b10 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -290,7 +290,7 @@ $pageInfo: associative array of page information of the javascript ajax engine. The hook is only called when ajax is enabled ( $wgUseAjax = true; ). -'AlternateEdit': before checking if an user can edit a page and +'AlternateEdit': before checking if a user can edit a page and before showing the edit form ( EditPage::edit() ). This is triggered on &action=edit. $EditPage: the EditPage object