aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hooks.txt
diff options
context:
space:
mode:
authorDannyS712 <DannyS712.enwiki@gmail.com>2020-04-13 04:41:46 +0000
committerDannyS712 <DannyS712.enwiki@gmail.com>2020-04-13 04:43:55 +0000
commitd4c08de41b4c6439ca3a3885422b28fe0e93f8c3 (patch)
treecc0eca6927430347111eceeed5572b4e9f2154ba /docs/hooks.txt
parenta307b3fc947127c9d635fe66b2cf9b2f8df6daf7 (diff)
downloadmediawikicore-d4c08de41b4c6439ca3a3885422b28fe0e93f8c3.tar.gz
mediawikicore-d4c08de41b4c6439ca3a3885422b28fe0e93f8c3.zip
Deprecate the `UndeleteShowRevision` hook
No known uses; if needed, can be reintroduced with RevisionRecord Bug: T249434 Change-Id: I5c50a13c98145f3cddde2e817ac29ebb27c9cc73
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r--docs/hooks.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt
index e66f5d9dc2ea..bf4ee682766b 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -3546,7 +3546,8 @@ $context: IContextSource (object)
$linkRenderer: LinkRenderer instance
&$links: Array of HTML strings
-'UndeleteShowRevision': Called when showing a revision in Special:Undelete.
+'UndeleteShowRevision': DEPRECATED since 1.35!
+Called when showing a revision in Special:Undelete.
$title: title object related to the revision
$rev: revision (object) that will be viewed