Changeset 9642
- Timestamp:
- 03/30/2020 12:57:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r9640 r9642 162 162 if ( ! empty( $location['country'] ) ) { 163 163 $event_args['country'] = $location['country']; 164 165 // If no specific location was found, but a country was, restrict to events from this country. 166 if ( empty( $event_args['nearby'] ) ) { 167 $event_args['restrict_by_country'] = true; 168 } 164 169 } 165 170
Note: See TracChangeset
for help on using the changeset viewer.