r63124 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63123‎ | r63124 | r63125 >
Date:18:00, 1 March 2010
Author:jeroendedauw
Status:ok
Tags:
Comment:
Fixed error in extension description
Modified paths:
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -77,7 +77,7 @@
7878 'version' => SM_VERSION,
7979 'author' => array('[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]', '[http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren]', 'others'),
8080 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Maps',
81 - 'descriptionmsg' => wfMsgExt( 'semanticmaps_desc', 'parsemag', $services_list ),
 81+ 'description' => wfMsgExt( 'semanticmaps_desc', 'parsemag', $services_list ),
8282 );
8383
8484 $wgOut->addScriptFile($smgScriptPath . '/SMUtilityFunctions.js');

Status & tagging log