Typo in comment
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Mar 2010 11:42:26 +0000 (11:42 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Mar 2010 11:42:26 +0000 (11:42 +0000)
includes/parser/CoreParserFunctions.php

index f31d0b8..fa073e9 100644 (file)
@@ -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 );