From 36ac69b92867ee97419f56990fc5928d10ecdc48 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 25 Sep 2012 22:03:34 -0700 Subject: [PATCH] The hooks are initiated from WikiPage instead of Article Change-Id: Ie3d29d6b73916a17cec8cb5ce1a66d98d791eb40 --- docs/hooks.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 5207730eff..96757cde15 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -487,7 +487,7 @@ $summary: Edit summary/comment $isMinor: Whether or not the edit was marked as minor $isWatch: (No longer used) $section: (No longer used) -$flags: Flags passed to Article::doEdit() +$flags: Flags passed to WikiPage::doEdit() $revision: New Revision of the article 'ArticleMergeComplete': after merging to article using Special:Mergehistory @@ -555,7 +555,7 @@ $summary: Edit summary/comment $isMinor: Whether or not the edit was marked as minor $isWatch: (No longer used) $section: (No longer used) -$flags: Flags passed to Article::doEdit() +$flags: Flags passed to WikiPage::doEdit() $revision: New Revision of the article $status: Status object about to be returned by doEdit() $baseRevId: the rev ID (or false) this edit was based on @@ -811,7 +811,7 @@ pages $editPage: EditPage object 'EditPage::attemptSave': called before an article is -saved, that is before Article::doEdit() is called +saved, that is before WikiPage::doEdit() is called $editpage_Obj: the current EditPage object 'EditPage::importFormData': allow extensions to read additional data -- 2.20.1