From: Alexandre Emsenhuber Date: Thu, 18 Mar 2010 11:42:26 +0000 (+0000) Subject: Typo in comment X-Git-Tag: 1.31.0-rc.0~37424 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%22id_auteur=%24connect_id_auteur%22%29%20.%20%22?a=commitdiff_plain;h=6067875881249dbaf86d04966b877041abfcf479;p=lhc%2Fweb%2Fwiklou.git Typo in comment --- 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 );