aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2013-01-04 17:00:48 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2013-01-04 17:00:48 +0100
commit5d6f921d0676ba2a580615ea022246a406578aef (patch)
treef5aa1f7fd71b31639f5de5c317f9e426e7f90506 /docs
parentb33c77a52562975aa2503dac66e716e6a5a7ad2e (diff)
downloadmediawikicore-5d6f921d0676ba2a580615ea022246a406578aef.tar.gz
mediawikicore-5d6f921d0676ba2a580615ea022246a406578aef.zip
Explicitely add two undocumented hooks
Found using php maintenance/findHooks.php. Change-Id: I6977cd5c57566025a63be1c5042d5d64eed44676
Diffstat (limited to 'docs')
-rw-r--r--docs/hooks.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt
index aab6bb956d3c..d752fd0434fc 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.