From: Jack Phoenix Date: Fri, 2 Apr 2010 20:56:11 +0000 (+0000) Subject: documentation tweak X-Git-Tag: 1.31.0-rc.0~37266 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d561849fca694cfe99450bd32b806e0cfc8d90d3;p=lhc%2Fweb%2Fwiklou.git documentation tweak --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 34b31ce52e..7515573d13 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -4227,7 +4227,7 @@ class Parser { /** * Create an HTML-style tag, e.g. special text * The callback should have the following form: - * function myParserHook( $text, $params, &$parser ) { ... } + * function myParserHook( $text, $params, $parser ) { ... } * * Transform and return $text. Use $parser for any required context, e.g. use * $parser->getTitle() and $parser->getOptions() not $wgTitle or $wgOut->mParserOptions