Fix Bug 40714 - ULS geoclient needs proper interface
Change-Id: Id8d7356ec75e8652c75927736a60b916dd069c28
This commit is contained in:
@@ -49,8 +49,8 @@ $wgExtensionCredits['other'][] = array(
|
||||
* ULS can use geolocation services to suggest languages based on the
|
||||
* country the user is vising from. Setting this to false will prevent
|
||||
* builtin geolocation from being used. You can provide your own geolocation
|
||||
* by setting window.GEO to object which has key country_code. This is what
|
||||
* Wikipedia does.
|
||||
* by setting window.GEO to object which has key 'country_code' or 'country'.
|
||||
* This is what Wikipedia does.
|
||||
*
|
||||
* The service should return jsonp that uses the supplied callback parameter.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user