r50668 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50667‎ | r50668 | r50669 >
Date:19:35, 16 May 2009
Author:ialex
Status:ok
Tags:
Comment:
fix for r50667: consistency with other hooks: removed "* " before params
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -951,10 +951,10 @@
952952
953953 'MessageNotInMwNs': When trying to get a message that isn't found in the
954954 MediaWiki namespace (but before checking the message files)
955 -* &$message: message's content; can be changed
956 -* $lckey: message's name
957 -* $langcode: language code
958 -* $isFullKey: specifies whether $lckey is a two part key "msg/lang"
 955+&$message: message's content; can be changed
 956+$lckey: message's name
 957+$langcode: language code
 958+$isFullKey: specifies whether $lckey is a two part key "msg/lang"
959959
960960 'MonoBookTemplateToolboxEnd': Called by Monobook skin after toolbox links have been rendered (useful for adding more)
961961 Note: this is only run for the Monobook skin. To add items to the toolbox

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r50667Document "MessageNotInMwNs" hookialex19:32, 16 May 2009

Status & tagging log