Changeset 5539
- Timestamp:
- 06/05/2017 10:52:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r5538 r5539 574 574 $guess = guess_location_from_country( $args['location_name'] ); 575 575 576 if ( ! $location &&$guess ) {576 if ( $guess ) { 577 577 $location = array( 578 578 'country' => $guess['country_short'],
Note: See TracChangeset
for help on using the changeset viewer.