Making WordPress.org


Ignore:
Timestamp:
01/07/2021 04:29:54 AM (4 years ago)
Author:
dd32
Message:

Events API: When determining a location, preference non-alternate names and populated areas over alternate names / unpopulated locations.

Fixes #5562.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index-phpunit.php

    r10553 r10554  
    594594                'expected' => array(
    595595                    'description' => 'ciudad de méxico',
    596                     'latitude'    => '19.428',
    597                     'longitude'   => '-99.128',
     596                    'latitude'    => '19.283',
     597                    'longitude'   => '-99.133',
    598598                    'country'     => 'MX',
    599599                ),
Note: See TracChangeset for help on using the changeset viewer.