Index: trunk/phase3/includes/parser/CoreParserFunctions.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | # Syntax for arguments (see self::setFunctionHook): |
13 | 13 | # "name for lookup in localized magic words array", |
14 | 14 | # 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:...}} |
16 | 16 | # instead of {{#int:...}}) |
17 | 17 | |
18 | 18 | $parser->setFunctionHook( 'int', array( __CLASS__, 'intFunction' ), SFH_NO_HASH ); |