From 73832538161b4980c5a367ce68e18ce7b915f2df Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 9 Oct 2011 19:42:45 +0000 Subject: [PATCH] Followup r98212; Hook documentation. --- docs/hooks.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 0cc395731e..d33bd7ad89 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1666,6 +1666,10 @@ $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) $sk: The QuickTemplate based skin template running the hook. +$dummy: Called when SkinTemplateToolboxEnd is used from a BaseTemplate skin, + extensions that add support for BaseTemplateToolbox should watch for this dummy + parameter with "$dummy=false" in their code and return without echoing any html + to avoid creating duplicate toolbox items. 'SoftwareInfo': Called by Special:Version for returning information about the software -- 2.20.1