r60294 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60293‎ | r60294 | r60295 >
Date:15:09, 22 December 2009
Author:ialex
Status:ok
Tags:
Comment:
Allow wikitext in fundraiserstats-day message (French need <sup> tag which is currently escaped)
Modified paths:
  • /trunk/extensions/ContributionReporting/FundraiserStatistics_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionReporting/FundraiserStatistics_body.php
@@ -143,10 +143,10 @@
144144 'td',
145145 array( 'colspan' => 6 ),
146146 Xml::element( 'h3', array( 'style' => 'float:right;color:gray;' ), $day[0] ) .
147 - Xml::element(
 147+ Xml::tags(
148148 'h3',
149149 array( 'style' => 'float:left;color:black;' ),
150 - wfMsg( 'fundraiserstats-day', $i + 1, $fundraiser['title'] )
 150+ wfMsgExt( 'fundraiserstats-day', array( 'parseinline' ), $i + 1, $fundraiser['title'] )
151151 ) .
152152 Xml::element( 'div', array( 'style' => 'clear:both;' ), '', false )
153153 )

Status & tagging log