diff options
author | Vas Jaremchuk <vas@speedandfunction.com> | 2020-06-12 16:48:27 +0300 |
---|---|---|
committer | Ammarpad <ammarpad@yahoo.com> | 2020-06-15 13:57:48 +0000 |
commit | cea8cd4102240ba03348e04dfc98dabacd962109 (patch) | |
tree | 1edc62dec097027ab25c9646693b4ab0d4076f81 /docs/hooks.txt | |
parent | c2f7dd3cfc30dbdb753f7376fb481e28a21f5ea1 (diff) | |
download | mediawikicore-cea8cd4102240ba03348e04dfc98dabacd962109.tar.gz mediawikicore-cea8cd4102240ba03348e04dfc98dabacd962109.zip |
Add release-notes for two deprecated hooks
SkinTemplatePreventOtherActiveTabs and SkinTemplateTabAction hooks were
deprecated in I96af224e6a6389f5f78bbe051c45fa796cd60ec0.
This patch adds deprecation notes for them in release notes and hooks.txt
Bug: T253814
Change-Id: Ic9e04872e68e4522fbb32443044a6d5aeadbd82a
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 844ec42fce28..6384b959621a 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3209,11 +3209,13 @@ page output. [&]$sktemplate: SkinTemplate object [&]$tpl: QuickTemplate engine object -'SkinTemplatePreventOtherActiveTabs': Use this to prevent showing active tabs. +'SkinTemplatePreventOtherActiveTabs': DEPRECATED since 1.35! +Use SkinTemplateNavigation__Universal. Use this to prevent showing active tabs. [&]$sktemplate: SkinTemplate object &$res: set to true to prevent active tabs -'SkinTemplateTabAction': Override SkinTemplate::tabAction(). +'SkinTemplateTabAction': DEPRECATED since 1.35! +Use SkinTemplateNavigation__Universal. Override SkinTemplate::tabAction(). You can either create your own array, or alter the parameters for the normal one. [&]$sktemplate: The SkinTemplate instance. |