r63907 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63906‎ | r63907 | r63908 >
Date:11:42, 18 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Typo in comment
Modified paths:
  • /trunk/phase3/includes/parser/CoreParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/CoreParserFunctions.php
@@ -11,7 +11,7 @@
1212 # Syntax for arguments (see self::setFunctionHook):
1313 # "name for lookup in localized magic words array",
1414 # function callback,
15 - # optional SFH_NO_HASH to omit the hash from calls (e.g. {{int:...}
 15+ # optional SFH_NO_HASH to omit the hash from calls (e.g. {{int:...}}
1616 # instead of {{#int:...}})
1717
1818 $parser->setFunctionHook( 'int', array( __CLASS__, 'intFunction' ), SFH_NO_HASH );

Status & tagging log