From: Siebrand Mazeland Date: Fri, 4 Jan 2013 16:00:48 +0000 (+0100) Subject: Explicitely add two undocumented hooks X-Git-Tag: 1.31.0-rc.0~21147 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=5d6f921d0676ba2a580615ea022246a406578aef;p=lhc%2Fweb%2Fwiklou.git Explicitely add two undocumented hooks Found using php maintenance/findHooks.php. Change-Id: I6977cd5c57566025a63be1c5042d5d64eed44676 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index aab6bb956d..d752fd0434 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1877,6 +1877,8 @@ $title : Current Title object being displayed in search results. 'SearchableNamespaces': An option to modify which namespaces are searchable. &$arr : Array of namespaces ($nsId => $name) which will be used. +'SeleniumSettings': Undocumented. + 'SetupAfterCache': Called in Setup.php, after cache objects are set 'ShowMissingArticle': Called when generating the output for a non-existent page @@ -1994,6 +1996,8 @@ $checkEdit: Whether or not the action=edit query should be added if appropriate. &$text: Link text. &$result: Complete assoc. array if you want to return true. +'SkinTemplateTabs': Undocumented. + 'SkinTemplateToolboxEnd': Called by SkinTemplate skins after toolbox links have been rendered (useful for adding more) $sk: The QuickTemplate based skin template running the hook.