documentation tweak
authorJack Phoenix <ashley@users.mediawiki.org>
Fri, 2 Apr 2010 20:56:11 +0000 (20:56 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Fri, 2 Apr 2010 20:56:11 +0000 (20:56 +0000)
includes/parser/Parser.php

index 34b31ce..7515573 100644 (file)
@@ -4227,7 +4227,7 @@ class Parser {
        /**
         * Create an HTML-style tag, e.g. <yourtag>special text</yourtag>
         * 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