r85279 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85278‎ | r85279 | r85280 >
Date:20:42, 3 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem obsolete alias
Modified paths:
  • /trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php (modified) (history)
  • /trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
@@ -33,7 +33,7 @@
3434 function __construct( $serviceName ) {
3535 parent::__construct(
3636 $serviceName,
37 - array( 'googlemaps2', 'google2', 'gmap', 'gmaps' )
 37+ array( 'google2', 'gmap', 'gmaps' )
3838 );
3939 }
4040
Index: trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php
@@ -121,7 +121,7 @@
122122 'noparse' => true,
123123 'isHTML' => true
124124 );
125 - }
 125+ }
126126
127127 /**
128128 * @see ParserHook::getDescription()

Status & tagging log