Code Duplication    Length = 5-5 lines in 2 locations

classes/class-wetu-importer-tours.php 2 locations

@@ 700-704 (lines=5) @@
697
					}
698
699
					//Itinerary Gallery
700
					if ( false !== $importable_content && in_array( 'itinerary_gallery',$importable_content ) && isset( $day['images'] ) ) {
701
						$current_day['featured_image'] = '';
702
					} else {
703
						$current_day['featured_image'] = '';
704
					}
705
706
					//Accommodation
707
					if ( false !== $current_accommodation ) {
@@ 758-762 (lines=5) @@
755
				}
756
757
				//Itinerary Gallery
758
				if ( false !== $importable_content && in_array( 'itinerary_gallery',$importable_content ) && isset( $leg['images'] ) ) {
759
					$current_day['featured_image'] = '';
760
				} else {
761
					$current_day['featured_image'] = '';
762
				}
763
764
				//Accommodation
765
				if ( false !== $current_accommodation ) {