From: Brad Jorsch Date: Mon, 26 Nov 2012 17:57:25 +0000 (-0500) Subject: Fix doc/hooks.txt for EditPage::showStandardInputs:options X-Git-Tag: 1.31.0-rc.0~21495^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=078a0c16d02f13130aa6ef580507da643d5a62fa;p=lhc%2Fweb%2Fwiklou.git Fix doc/hooks.txt for EditPage::showStandardInputs:options The documentation added for this hook in Ic5d35c8e missed one of the parameters. Change-Id: I935dac942679d999658fa9fe367db81df33edbfd --- diff --git a/docs/hooks.txt b/docs/hooks.txt index a9a7c10aa2..93dcc9e5a5 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -899,6 +899,7 @@ Return true without altering $error to allow the edit to proceed. the editOptions area $editor: EditPage instance (object) $out: an OutputPage instance to write to +&$tabindex: HTML tabindex of the last edit check/button return value is ignored (should always be true) 'EditPageBeforeConflictDiff': allows modifying the EditPage object and output