From 3566d5cb1340b33abdda5636d000ab0f06fa8b32 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 Jun 2010 14:52:15 +0000 Subject: [PATCH] Deprecate MonoBookTemplateToolboxEnd hook. SkinTemplateToolboxEnd available since 1.13 should be used instead. Usage among extensions fixed. --- docs/hooks.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 7de172f273..8dba8272a3 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1112,9 +1112,10 @@ $db: The database object to be queried. 'MonoBookTemplateToolboxEnd': Called by Monobook skin after toolbox links have been rendered (useful for adding more) -Note: this is only run for the Monobook skin. To add items to the toolbox -for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook -instead. +Note: this is only run for the Monobook skin. This hook is deprecated and +may be removed in the future. To add items to the toolbox you should use +the SkinTemplateToolboxEnd hook instead, which works for all +'SkinTemplate'-type skins. $tools: array of tools 'NewRevisionFromEditComplete': called when a revision was inserted -- 2.20.1