diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2013-01-04 17:00:48 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2013-01-04 17:00:48 +0100 |
commit | 5d6f921d0676ba2a580615ea022246a406578aef (patch) | |
tree | f5aa1f7fd71b31639f5de5c317f9e426e7f90506 /docs | |
parent | b33c77a52562975aa2503dac66e716e6a5a7ad2e (diff) | |
download | mediawikicore-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.txt | 4 |
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. |