Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86089


Change subject: Update comments for grep
......................................................................

Update comments for grep

Change-Id: Ib68eae83224c0816c083f1dd3d5110cf024c9cf6
---
M includes/forminputs/SM_FormInput.php
M includes/queryprinters/SM_MapPrinter.php
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMaps 
refs/changes/89/86089/1

diff --git a/includes/forminputs/SM_FormInput.php 
b/includes/forminputs/SM_FormInput.php
index 89fa4fa..0186c84 100644
--- a/includes/forminputs/SM_FormInput.php
+++ b/includes/forminputs/SM_FormInput.php
@@ -83,10 +83,10 @@
                        'default' => true,
                );
 
-               // Give grep a chance to find the usages:
+               // Messages:
                // semanticmaps-par-staticlocations, 
semanticmaps-par-forceshow, semanticmaps-par-showtitle,
                // semanticmaps-par-hidenamespace, semanticmaps-par-centre, 
semanticmaps-par-template,
-               // semanticmaps-par-geocodecontrol
+               // semanticmaps-par-geocodecontrol, semanticmaps-par-activeicon
                foreach ( $params as $name => &$param ) {
                        $param['message'] = 'semanticmaps-par-' . $name;
                }
diff --git a/includes/queryprinters/SM_MapPrinter.php 
b/includes/queryprinters/SM_MapPrinter.php
index fa5748f..ebc7dc9 100644
--- a/includes/queryprinters/SM_MapPrinter.php
+++ b/includes/queryprinters/SM_MapPrinter.php
@@ -87,10 +87,10 @@
                        'type' => 'string',
                );
 
-               // Give grep a chance to find the usages:
+               // Messages:
                // semanticmaps-par-staticlocations, 
semanticmaps-par-forceshow, semanticmaps-par-showtitle,
                // semanticmaps-par-hidenamespace, semanticmaps-par-centre, 
semanticmaps-par-template,
-               // semanticmaps-par-geocodecontrol
+               // semanticmaps-par-geocodecontrol, semanticmaps-par-activeicon
                foreach ( $params as $name => &$data ) {
                        if ( is_array( $data ) && !array_key_exists( 'message', 
$data ) ) {
                                $data['message'] = 'semanticmaps-par-' . $name;

-- 
To view, visit https://gerrit.wikimedia.org/r/86089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib68eae83224c0816c083f1dd3d5110cf024c9cf6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMaps
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to