SuchABot has uploaded a new change for review.

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


Change subject: Minor formatting fix for a comment
......................................................................

Minor formatting fix for a comment

Since the comment describes already commented out code, I think
having double // makes sense. Add it to the comment for 'lat' too

Change-Id: I155ecaa4593f2fe5c89032b38aa86e3e8ae01c34
GitHub: https://github.com/wikimedia/mediawiki-extensions-UploadWizard/pull/9
---
M UploadWizard.config.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/33/75833/1

diff --git a/UploadWizard.config.php b/UploadWizard.config.php
index 4280419..4600a63 100644
--- a/UploadWizard.config.php
+++ b/UploadWizard.config.php
@@ -148,7 +148,8 @@
                // This is required, because the JsonSchema for these defines 
them to be type number
                // But we can't have them to be NULL, because that's not a 
number.
                // This is a technical limitation of JsonSchema, I think.
-               // Initial value for the latitude field.
+
+               //// Initial value for the latitude field.
                //'lat' => 0,
 
                //// Initial value for the longitude field.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I155ecaa4593f2fe5c89032b38aa86e3e8ae01c34
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: SuchABot <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

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

Reply via email to