Pass undone revision id to PageContentSaveComplete hook
authorcenarium <cenarium.sysop@gmail.com>
Sun, 18 Dec 2016 02:06:42 +0000 (03:06 +0100)
committercenarium <cenarium.sysop@gmail.com>
Mon, 19 Dec 2016 16:19:39 +0000 (17:19 +0100)
commit7d7f8e2ae25c4be411d015e6ddb5992f3a56e931
tree22a8d0aa7fb2ca87a2710c8b90d98c39c3ba63ba
parent4fc7420feaeb082b741c45503fb8449a882adedd
Pass undone revision id to PageContentSaveComplete hook

This passes the id of the revision that was undone to the
PageContentSaveComplete hook, since this hook is now inside a deferred
update so extensions can no longer rely on 'wpUndidRevision' being
present in the request.

Change-Id: I50dcb841cd0616acc2d69c3a685ba3cb339986c3
docs/hooks.txt
includes/EditPage.php
includes/page/WikiPage.php