diff options
author | Ammar Abdulhamid <ammarpad@yahoo.com> | 2020-06-16 00:02:32 +0100 |
---|---|---|
committer | Ammarpad <ammarpad@yahoo.com> | 2020-06-15 23:18:05 +0000 |
commit | dec08eacddfe89f4427d7fe08642870b9b2902da (patch) | |
tree | 9c381aee6ef4fa5c7273778c85de05e645a6d6bc /docs/hooks.txt | |
parent | 299f8d4c23b549113a6e6f0fc209a1ca1c3fe011 (diff) | |
download | mediawikicore-dec08eacddfe89f4427d7fe08642870b9b2902da.tar.gz mediawikicore-dec08eacddfe89f4427d7fe08642870b9b2902da.zip |
Deprecate SkinTemplateToolboxEnd hook
Bug: T253783
Change-Id: Ia6f46c1e3d33a14d3f3161f1716f9d0791cd397d
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 6384b959621a..c555db1652aa 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3228,7 +3228,9 @@ $checkEdit: Whether or not the action=edit query should be added if appropriate. &$text: Link text. &$result: Complete assoc. array if you want to return true. -'SkinTemplateToolboxEnd': Called by SkinTemplate skins after toolbox links have +'SkinTemplateToolboxEnd': DEPRECATED since 1.35 +Use SidebarBeforeOutPut instead. +Called by SkinTemplate skins after toolbox links have been rendered (useful for adding more). [&]$sk: The QuickTemplate based skin template running the hook. $dummy: Called when SkinTemplateToolboxEnd is used from a BaseTemplate skin, |