Code Duplication    Length = 5-5 lines in 2 locations

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

@@ 723-727 (lines=5) @@
720
					}
721
722
					// Itinerary Gallery.
723
					if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $day['images'] ) ) {
724
						$current_day['featured_image'] = '';
725
					} else {
726
						$current_day['featured_image'] = '';
727
					}
728
729
					// Accommodation.
730
					if ( false !== $current_accommodation ) {
@@ 781-785 (lines=5) @@
778
				}
779
780
				// Itinerary Gallery.
781
				if ( false !== $importable_content && in_array( 'itinerary_gallery', $importable_content ) && isset( $leg['images'] ) ) {
782
					$current_day['featured_image'] = '';
783
				} else {
784
					$current_day['featured_image'] = '';
785
				}
786
787
				// Accommodation.
788
				if ( false !== $current_accommodation ) {