Changeset 5492
- Timestamp:
- 05/16/2017 09:16:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r5491 r5492 418 418 if ( ! empty( $event['location']['location'] ) && ! empty( $event['location']['latitude'] ) ) { 419 419 $location = $event['location']; 420 $location['description'] = $location['location']; 421 unset( $location['location'] ); 420 422 break; 421 423 }
Note: See TracChangeset
for help on using the changeset viewer.