r60264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60263‎ | r60264 | r60265 >
Date:16:14, 21 December 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
php documentation
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -1,7 +1,7 @@
22 <?php
33
44 /**
5 - * File defining the settings for the Maps extension
 5+ * File defining the settings for the Maps extension.
66 * More info can be found at http://www.mediawiki.org/wiki/Extension:Maps#Settings
77 *
88 * NOTICE:
@@ -239,5 +239,10 @@
240240 # Available values: layerswitcher, mouseposition, autopanzoom, panzoom, panzoombar, scaleline, navigation, keyboarddefaults, overviewmap, permalink
241241 $egMapsOSMControls = array('layerswitcher', 'mouseposition', 'autopanzoom', 'scaleline', 'navigation');
242242
 243+# Boolean. Indicates whether you want to get a static map (image) or not.
 244+# This value will only be used when the user does not provide one.
243245 $egMapsOSMStaticAsDefault = false;
 246+
 247+# Boolean. Indicates whether the user should be able to activate a static map.
 248+# This value will only be used when the user does not provide one.
244249 $egMapsOSMStaticActivatable = true;
\ No newline at end of file

Status & tagging log