Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -869,10 +869,6 @@ |
870 | 870 | &$langCode: the language code to get the message for (string) - or - |
871 | 871 | whether to use the content language (true) or site language (false) (bool) |
872 | 872 | |
873 | | -'NotifyOnPageChangeComplete': called after user email notification. |
874 | | -$EmailNotification: EmailNotification object being used |
875 | | -$watchingUser: user (object) to whom email was sent |
876 | | - |
877 | 873 | 'OpenSearchUrls': Called when constructing the OpenSearch description XML. |
878 | 874 | Hooks can alter or append to the array of URLs for search & suggestion formats. |
879 | 875 | &$urls: array of associative arrays with Url element attributes |
Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -383,7 +383,6 @@ |
384 | 384 | $watchingUser->isEmailConfirmed() ) |
385 | 385 | { |
386 | 386 | $this->compose( $watchingUser ); |
387 | | - wfRunHooks('NotifyOnPageChangeComplete', array( &$this, &$watchingUser )); |
388 | 387 | } |
389 | 388 | } |
390 | 389 | } |