aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/hooks.txt3
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.