diff options
author | Ammar Abdulhamid <ammarpad@yahoo.com> | 2020-06-13 08:09:33 +0100 |
---|---|---|
committer | Ammar Abdulhamid <ammarpad@yahoo.com> | 2020-06-13 10:03:49 +0100 |
commit | 6ef284e37ed86a9172d3066c336b3b5f783c8dca (patch) | |
tree | 07d5cf172791adb8ee0d0b21995356f2565dfe94 /docs/hooks.txt | |
parent | 51fa2454cbcc5f4758401f11d884e4ad534db3d5 (diff) | |
download | mediawikicore-6ef284e37ed86a9172d3066c336b3b5f783c8dca.tar.gz mediawikicore-6ef284e37ed86a9172d3066c336b3b5f783c8dca.zip |
Hard deprecate BaseTemplateToolbox hook
Superseded by SidebarBeforeOutput.
Note: Translate extension is using it to serve < 1.35
Bug: T253416
Change-Id: Ia038647df14727f45f01a0923277d4d084e372af
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 0ff553b16ff9..844ec42fce28 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -799,7 +799,8 @@ $template: BaseTemplate $portlet: string portlet name &$html: string -'BaseTemplateToolbox': Called by BaseTemplate when building the $toolbox array +'BaseTemplateToolbox': DEPRECATED since 1.35! +Called by BaseTemplate when building the $toolbox array and returning it for the skin to output. You can add items to the toolbox while still letting the skin make final decisions on skin-specific markup conventions using this hook. |