From 205d3bf0ca2fcf88c9242b022db327ab013230cf Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Oct 2009 18:47:38 +0000 Subject: [PATCH] Tweak r57300: swap hook listing order :) --- docs/hooks.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 7c320e7491..6e7d816068 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1213,14 +1213,14 @@ $error: error (string) 'badretype', 'wrongpassword', 'error' or 'success' $article: the title being (un)protected $output: a string of the form HTML so far -'ProtectionForm::showLogExtract': called after the protection log extract is shown -$article: the page the form is shown for -$out: OutputPage object - 'ProtectionForm::save': called when a protection form is submitted $article: the title being (un)protected $errorMsg: an html message string of an error +'ProtectionForm::showLogExtract': called after the protection log extract is shown +$article: the page the form is shown for +$out: OutputPage object + 'RawPageViewBeforeOutput': Right before the text is blown out in action=raw &$obj: RawPage object &$text: The text that's going to be the output -- 2.20.1