Index: trunk/extensions/ArticleComments/ArticleComments.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /* |
4 | 4 | * ArticleComments.php - A MediaWiki extension for adding comment sections to articles. |
5 | 5 | * @author Jim R. Wilson |
6 | | - * @version 0.4.3 |
| 6 | + * @version 0.4.4 |
7 | 7 | * @copyright Copyright (C) 2007 Jim R. Wilson |
8 | 8 | * @license The MIT License - http://www.opensource.org/licenses/mit-license.php |
9 | 9 | * ----------------------------------------------------------------------- |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | global $wgParser; |
91 | 91 | $wgParser->setHook( 'comments', 'wfArticleCommentsParserHook' ); |
92 | 92 | } |
93 | | -function wfArticleCommentsParserHook( $text, $params = array(), &$parser ) { |
| 93 | +function wfArticleCommentsParserHook( $text, $params = array(), $parser ) { |
94 | 94 | |
95 | 95 | # Generate a comment form for display |
96 | 96 | $commentForm = wfArticleCommentForm( $parser->mTitle, $params ); |
— | — | @@ -502,4 +502,4 @@ |
503 | 503 | return true; |
504 | 504 | } |
505 | 505 | |
506 | | -//</source> |
\ No newline at end of file |
| 506 | +//</source> |