r100831 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100830‎ | r100831 | r100832 >
Date:17:46, 26 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r100806 that broke i18n for tale headers on Special:ArticleFeedback
Modified paths:
  • /trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php
@@ -540,7 +540,7 @@
541541
542542 if ( !isset( self::$categories ) ) {
543543 foreach ( $wgArticleFeedbackRatingTypes as $id => $rating ) {
544 - self::$categories[$id] = wfMsg( $rating );
 544+ self::$categories[$id] = wfMsg( "articlefeedback-field-$rating-label" );
545545 }
546546 }
547547 return self::$categories;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100806Make ArticleFeedback actually support custom rating types properly. This is g...catrope14:19, 26 October 2011

Status & tagging log