Explicitely add two undocumented hooks
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 4 Jan 2013 16:00:48 +0000 (17:00 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 4 Jan 2013 16:00:48 +0000 (17:00 +0100)
Found using php maintenance/findHooks.php.

Change-Id: I6977cd5c57566025a63be1c5042d5d64eed44676

docs/hooks.txt

index aab6bb9..d752fd0 100644 (file)
@@ -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.