From e604e2186f4ac650c5de3559de8e413c08cb5a4a Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Thu, 13 Jan 2011 22:06:48 +0000 Subject: [PATCH] Fix documentation for the SkinTemplateToolboxEnd hook which has a $sk (QuickTemplate) argument rather than the $tools array it says it has. --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 290b86e9a1..03ce7c39cf 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1536,7 +1536,7 @@ $checkEdit: Whether or not the action=edit query should be added if appropriate. 'SkinTemplateToolboxEnd': Called by SkinTemplate skins after toolbox links have been rendered (useful for adding more) -$tools: array of tools +$sk: The QuickTemplate based skin template running the hook. 'SoftwareInfo': Called by Special:Version for returning information about the software -- 2.20.1