r87773 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87772‎ | r87773 | r87774 >
Date:21:07, 9 May 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Followup r87734 addWikiText( wfMsg()) -> addWikiMsg()
Modified paths:
  • /trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php
@@ -30,7 +30,7 @@
3131 $lows = $this->getDailyLows( $highs_lows );
3232
3333 // provide some messaging above high/low tables
34 - $wgOut->addWikiText( wfMsg( 'articleFeedback-copy-above-highlow-tables' ));
 34+ $wgOut->addWikiMsg( 'articleFeedback-copy-above-highlow-tables' );
3535
3636 //render daily highs table
3737 $this->renderDailyHighsAndLows( $highs, wfMsg( 'articleFeedback-table-caption-dailyhighs', $wgLang->date( time() )));
@@ -39,7 +39,7 @@
4040 $this->renderDailyHighsAndLows( $lows, wfMsg( 'articleFeedback-table-caption-dailylows', $wgLang->date( time() )));
4141
4242 // provide some messaging below high/low tables
43 - $wgOut->addWikiText( wfMsg( 'articleFeedback-copy-below-highlow-tables' ));
 43+ $wgOut->addWikiMsg( 'articleFeedback-copy-below-highlow-tables' );
4444
4545 /*
4646 This functionality does not exist yet.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87734Added messaging for above/below high/low tablesawjrichards16:59, 9 May 2011

Status & tagging log