From: Alexandre Emsenhuber Date: Sat, 16 May 2009 19:35:03 +0000 (+0000) Subject: fix for r50667: consistency with other hooks: removed "* " before params X-Git-Tag: 1.31.0-rc.0~41782 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=19eda34276fd66e9c1de415d4e7ff252c66f48c5;p=lhc%2Fweb%2Fwiklou.git fix for r50667: consistency with other hooks: removed "* " before params --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 5e4195d8ea..b529946cea 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -951,10 +951,10 @@ $text: new contents of the page. 'MessageNotInMwNs': When trying to get a message that isn't found in the MediaWiki namespace (but before checking the message files) -* &$message: message's content; can be changed -* $lckey: message's name -* $langcode: language code -* $isFullKey: specifies whether $lckey is a two part key "msg/lang" +&$message: message's content; can be changed +$lckey: message's name +$langcode: language code +$isFullKey: specifies whether $lckey is a two part key "msg/lang" 'MonoBookTemplateToolboxEnd': Called by Monobook skin after toolbox links have been rendered (useful for adding more) Note: this is only run for the Monobook skin. To add items to the toolbox