r64531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64530‎ | r64531 | r64532 >
Date:20:56, 2 April 2010
Author:ashley
Status:ok
Tags:
Comment:
documentation tweak
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

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

Status & tagging log