From 6067875881249dbaf86d04966b877041abfcf479 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 18 Mar 2010 11:42:26 +0000 Subject: [PATCH] Typo in comment --- includes/parser/CoreParserFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index f31d0b8839..fa073e9cdd 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -11,7 +11,7 @@ class CoreParserFunctions { # Syntax for arguments (see self::setFunctionHook): # "name for lookup in localized magic words array", # function callback, - # optional SFH_NO_HASH to omit the hash from calls (e.g. {{int:...} + # optional SFH_NO_HASH to omit the hash from calls (e.g. {{int:...}} # instead of {{#int:...}}) $parser->setFunctionHook( 'int', array( __CLASS__, 'intFunction' ), SFH_NO_HASH ); -- 2.20.1