Follow-up 7960d53: Mark when the SecondaryDataUpdates and WikiPageDeletionUpdates...
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 13 Sep 2019 17:59:48 +0000 (10:59 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 13 Sep 2019 18:39:32 +0000 (11:39 -0700)
Change-Id: Id35cc5e1d21a62d0d6469b80b693bb654215db2a

docs/hooks.txt

index 43bfd8d..55ba06e 100644 (file)
@@ -2921,7 +2921,7 @@ result augmentors.
 Note that lists should be in the format name => object and the names in both
   lists should be distinct.
 
-'SecondaryDataUpdates': DEPRECATED! Use RevisionDataUpdates or override
+'SecondaryDataUpdates': DEPRECATED since 1.32! Use RevisionDataUpdates or override
 ContentHandler::getSecondaryDataUpdates instead.
 Allows modification of the list of DataUpdates to perform when page content is modified.
 $title: Title of the page that is being edited.
@@ -3969,7 +3969,7 @@ dumps. One, and only one hook should set this, and return false.
 &$opts: Options to use for the query
 &$join: Join conditions
 
-'WikiPageDeletionUpdates': DEPRECATED! Use PageDeletionDataUpdates or
+'WikiPageDeletionUpdates': DEPRECATED since 1.32! Use PageDeletionDataUpdates or
 override ContentHandler::getDeletionDataUpdates instead.
 Manipulates the list of DeferrableUpdates to be applied when a page is deleted.
 $page: the WikiPage