From 8577bf287659f9d94f7d11b9284691c35cb50391 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 25 Jul 2008 20:43:15 +0000 Subject: [PATCH] rm dupe --- docs/hooks.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index c1c5e152f7..8623599b70 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -396,17 +396,6 @@ $section: (No longer used) $flags: Flags passed to Article::doEdit() $revision: New Revision of the article -'ArticleSaveComplete': after an article is saved -$article: the article (object) saved -$user: the user (object) who saved the article -$text: the new article text -$summary: the article summary (comment) -$isminor: minor flag -$iswatch: watch flag -$section: section # - -wfRunHooks( 'ArticleSaveComplete', array( &$this, &$wgUser, $text, $summary, $flags & EDIT_MINOR, null, null, &$flags, $revision ) ); - 'ArticleUndelete': When one or more revisions of an article are restored $title: Title corresponding to the article restored $create: Whether or not the restoration caused the page to be created -- 2.20.1