From d561849fca694cfe99450bd32b806e0cfc8d90d3 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Fri, 2 Apr 2010 20:56:11 +0000 Subject: [PATCH] documentation tweak --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1