Changeset 7701
- Timestamp:
- 09/24/2018 11:24:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r7670 r7701 154 154 // If the venue address was changed, update its coordinates 155 155 $new_address = $_POST[ wcpt_key_to_str( 'Physical Address', 'wcpt_' ) ]; 156 if ( $new_address === $original_meta_values['Physical Address'] ) {156 if ( $new_address === $original_meta_values['Physical Address'][0] ) { 157 157 return; 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.