r80319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80318‎ | r80319 | r80320 >
Date:20:35, 14 January 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
* (bug 26713) Wikihiero not rendering with PHP 5.3.4
Modified paths:
  • /trunk/extensions/wikihiero/wikihiero.php (modified) (history)

Diff [purge]

Index: trunk/extensions/wikihiero/wikihiero.php
@@ -49,7 +49,7 @@
5050 }
5151
5252 // MediaWiki entry point
53 -function WikiHieroLoader( $text, $attribs, &$parser ) {
 53+function WikiHieroLoader( $text, $attribs, $parser ) {
5454 WikiHieroLoad();
5555 $parser->setHook( 'hiero', 'WikiHieroHook' );
5656 return WikiHieroHook( $text, $attribs, $parser );

Follow-up revisions

RevisionCommit summaryAuthorDate
r80374MFT r80319reedy02:56, 15 January 2011
r805291.17: MFT r80163, r80222, r80223, r80319, r80322, r80472, r80481, r80492catrope23:00, 18 January 2011

Comments

#Comment by Reedy (talk | contribs)   20:38, 14 January 2011

Tagged 1.16, 1.17

1.17 will get done in due course, but I can't do 1.16 myself atm, as not got it checked out locally...

Status & tagging log