Changeset 9625
- Timestamp:
- 03/24/2020 06:38:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php
r9614 r9625 573 573 $location = array(); 574 574 575 if ( isset( $venue['id'] ) && 26906060 === $venue['id'] ) { 576 return 'online'; 577 } 578 575 579 foreach ( array( 'city', 'state', 'localized_country_name' ) as $part ) { 576 580 if ( ! empty( $venue[ $part ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.