Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -4227,7 +4227,7 @@ |
4228 | 4228 | /** |
4229 | 4229 | * Create an HTML-style tag, e.g. <yourtag>special text</yourtag> |
4230 | 4230 | * The callback should have the following form: |
4231 | | - * function myParserHook( $text, $params, &$parser ) { ... } |
| 4231 | + * function myParserHook( $text, $params, $parser ) { ... } |
4232 | 4232 | * |
4233 | 4233 | * Transform and return $text. Use $parser for any required context, e.g. use |
4234 | 4234 | * $parser->getTitle() and $parser->getOptions() not $wgTitle or $wgOut->mParserOptions |