diff options
Diffstat (limited to 'includes/content/Hook')
-rw-r--r-- | includes/content/Hook/SecondaryDataUpdatesHook.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/content/Hook/SecondaryDataUpdatesHook.php b/includes/content/Hook/SecondaryDataUpdatesHook.php index a150a89d6691..f81ac53e7543 100644 --- a/includes/content/Hook/SecondaryDataUpdatesHook.php +++ b/includes/content/Hook/SecondaryDataUpdatesHook.php @@ -19,9 +19,6 @@ interface SecondaryDataUpdatesHook { /** * Use this hook to modify the list of DataUpdates to perform when page content is modified. * - * @deprecated since 1.32 Use RevisionDataUpdates or override - * ContentHandler::getSecondaryDataUpdates instead. - * * @param Title $title Title of the page that is being edited * @param Content $oldContent Page content before the edit * @param bool $recursive Whether DataUpdates should trigger recursive updates |