Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 636-640 (lines=5) @@
633
					}
634
635
					// Itinerary Gallery.
636
					if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $day['images'] ) ) {
637
						$current_day['featured_image'] = '';
638
					} else {
639
						$current_day['featured_image'] = '';
640
					}
641
642
					// Accommodation.
643
					if ( false !== $current_accommodation ) {
@@ 694-698 (lines=5) @@
691
				}
692
693
				// Itinerary Gallery.
694
				if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $leg['images'] ) ) {
695
					$current_day['featured_image'] = '';
696
				} else {
697
					$current_day['featured_image'] = '';
698
				}
699
700
				// Accommodation.
701
				if ( false !== $current_accommodation ) {