http://www.mediawiki.org/wiki/Special:Code/MediaWiki/64531

Revision: 64531
Author:   ashley
Date:     2010-04-02 20:56:11 +0000 (Fri, 02 Apr 2010)

Log Message:
-----------
documentation tweak

Modified Paths:
--------------
    trunk/phase3/includes/parser/Parser.php

Modified: trunk/phase3/includes/parser/Parser.php
===================================================================
--- trunk/phase3/includes/parser/Parser.php     2010-04-02 20:43:00 UTC (rev 
64530)
+++ trunk/phase3/includes/parser/Parser.php     2010-04-02 20:56:11 UTC (rev 
64531)
@@ -4227,7 +4227,7 @@
        /**
         * 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



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to