From 9e0a7940ff12659b586fcb8f037cb667f9a1617c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 9 Jan 2018 13:15:04 +0100 Subject: [PATCH] Update outdated WikiPageDeletionUpdates documentation This was already updated on https://www.mediawiki.org/wiki/Manual:Hooks/WikiPageDeletionUpdates more than a year ago, just missed here. This patch is a direct follow up for a request in I3a42ec1. Change-Id: I595b78da214c736d8e73d6d8c7af34a1613dd076 --- docs/hooks.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 45387a386f..2c6fc02aa9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3917,14 +3917,15 @@ dumps. One, and only one hook should set this, and return false. &$opts: Options to use for the query &$join: Join conditions -'WikiPageDeletionUpdates': manipulate the list of DataUpdates to be applied when +'WikiPageDeletionUpdates': manipulate the list of DeferrableUpdates to be applied when a page is deleted. Called in WikiPage::getDeletionUpdates(). Note that updates specific to a content model should be provided by the respective Content's getDeletionUpdates() method. $page: the WikiPage -$content: the Content to generate updates for (or null, if the Content could not be loaded -due to an error) -&$updates: the array of DataUpdate objects. Hook function may want to add to it. +$content: the Content to generate updates for, or null in case the page revision could not be + loaded. The delete will succeed despite this. +&$updates: the array of objects that implement DeferrableUpdate. Hook function may want to add to + it. 'WikiPageFactory': Override WikiPage class used for a title $title: Title of the page -- 2.20.1