r41930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41929‎ | r41930 | r41931 >
Date:13:59, 10 October 2008
Author:jojo
Status:old
Tags:
Comment:
fix: do not use that hardcoded all-caps string as portlet title
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -1130,7 +1130,7 @@
11311131 // it would be very confusing.
11321132 $html = self::getPortlet();
11331133 if ( $html ) {
1134 - $bar['COLLECTION'] = $html;
 1134+ $bar[ wfMsg( 'coll-collection' )] = $html;
11351135 }
11361136 }
11371137 return true;

Status & tagging log