NotifyOnPageChangeComplete description
authorKrzysztof Krzyzaniak <eloy@users.mediawiki.org>
Thu, 10 Jul 2008 12:23:21 +0000 (12:23 +0000)
committerKrzysztof Krzyzaniak <eloy@users.mediawiki.org>
Thu, 10 Jul 2008 12:23:21 +0000 (12:23 +0000)
docs/hooks.txt

index bad937b..b7a3dd0 100644 (file)
@@ -869,6 +869,10 @@ $baseID: the revision ID this was based off, if any
 &$langCode: the language code to get the message for (string) - or -
   whether to use the content language (true) or site language (false) (bool)
 
+'NotifyOnPageChangeComplete': called after user email notification.
+$EmailNotification: EmailNotification object being used
+$watchingUser: user (object) to whom email was sent
+
 'OpenSearchUrls': Called when constructing the OpenSearch description XML.
 Hooks can alter or append to the array of URLs for search & suggestion formats.
 &$urls: array of associative arrays with Url element attributes