r54082 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54081‎ | r54082 | r54083 >
Date:09:45, 31 July 2009
Author:raymond
Status:deferred
Tags:
Comment:
Use the new possibility from r54081: Pass the parameter to 'descriptionmsg' too.
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -46,7 +46,7 @@
4747 'author' => array("[http://bn2vs.com Jeroen De Dauw]", "Yaron Koren", "Robert Buzink"),
4848 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Maps',
4949 'description' => wfMsg( 'semanticmaps_desc', $services_list ),
50 - 'descriptionmsg' => 'semanticmaps_desc',
 50+ 'descriptionmsg' => array( 'semanticmaps_desc', $services_list ),
5151 );
5252
5353 smfInitializeService('map', 'SMMapper');
Index: trunk/extensions/Maps/Maps.php
@@ -74,7 +74,7 @@
7575 'author' => array("[http://bn2vs.com Jeroen De Dauw]", "[http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren]", "Robert Buzink", "Matt Williamson", "[http://www.sergeychernyshev.com Sergey Chernyshev]"),
7676 'url' => 'http://www.mediawiki.org/wiki/Extension:Maps',
7777 'description' => wfMsg( 'maps_desc', $services_list ),
78 - 'descriptionmsg' => 'maps_desc',
 78+ 'descriptionmsg' => array( 'maps_desc', $services_list ),
7979 );
8080
8181 efMapsAddParserHooks();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54081* The description message in $wgExtensionCredits can be an array with paramet...raymond09:40, 31 July 2009

Status & tagging log