Fix doc/hooks.txt for EditPage::showStandardInputs:options
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 26 Nov 2012 17:57:25 +0000 (12:57 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 26 Nov 2012 17:57:25 +0000 (12:57 -0500)
The documentation added for this hook in Ic5d35c8e missed one of the
parameters.

Change-Id: I935dac942679d999658fa9fe367db81df33edbfd

docs/hooks.txt

index a9a7c10..93dcc9e 100644 (file)
@@ -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