|
[MediaWiki-CVS] SVN: [54082] trunk/extensions: msg#01460mediawiki-cvs
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54082 Revision: 54082 Author: raymond Date: 2009-07-31 09:45:31 +0000 (Fri, 31 Jul 2009) Log Message: ----------- Use the new possibility from r54081: Pass the parameter to 'descriptionmsg' too. Modified Paths: -------------- trunk/extensions/Maps/Maps.php trunk/extensions/SemanticMaps/SemanticMaps.php Modified: trunk/extensions/Maps/Maps.php =================================================================== --- trunk/extensions/Maps/Maps.php 2009-07-31 09:40:11 UTC (rev 54081) +++ trunk/extensions/Maps/Maps.php 2009-07-31 09:45:31 UTC (rev 54082) @@ -74,7 +74,7 @@ '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]"), 'url' => 'http://www.mediawiki.org/wiki/Extension:Maps', 'description' => wfMsg( 'maps_desc', $services_list ), - 'descriptionmsg' => 'maps_desc', + 'descriptionmsg' => array( 'maps_desc', $services_list ), ); efMapsAddParserHooks(); Modified: trunk/extensions/SemanticMaps/SemanticMaps.php =================================================================== --- trunk/extensions/SemanticMaps/SemanticMaps.php 2009-07-31 09:40:11 UTC (rev 54081) +++ trunk/extensions/SemanticMaps/SemanticMaps.php 2009-07-31 09:45:31 UTC (rev 54082) @@ -46,7 +46,7 @@ 'author' => array("[http://bn2vs.com Jeroen De Dauw]", "Yaron Koren", "Robert Buzink"), 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Maps', 'description' => wfMsg( 'semanticmaps_desc', $services_list ), - 'descriptionmsg' => 'semanticmaps_desc', + 'descriptionmsg' => array( 'semanticmaps_desc', $services_list ), ); smfInitializeService('map', 'SMMapper'); _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@xxxxxxxxxxxxxxxxxxx https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |