r42534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42533‎ | r42534 | r42535 >
Date:07:37, 25 October 2008
Author:aaron
Status:old
Tags:
Comment:
Use content language only
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
@@ -458,7 +458,7 @@
459459 $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;');
460460 $plot->format['dcount'] = array( 'style' => 'stroke:none; stroke-width:1;',
461461 'attributes' => "marker-end='url(#circle)'");
462 - $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag'),
 462+ $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag','content'),
463463 $totalCount, wfMsgHtml("readerfeedback-$tag"), $this->page->getPrefixedText() );
464464 $plot->styleTitle = 'font-family: sans-serif; font-size: 10pt;';
465465 // extra code for markers

Status & tagging log