Code Duplication    Length = 2-2 lines in 8 locations

geodirectory-functions/general_functions.php 8 locations

@@ 4836-4837 (lines=2) @@
4833
				if ( $labels['not_found_in_trash'] != '' && ! in_array( $labels['not_found_in_trash'], $translation_texts ) ) {
4834
					$translation_texts[] = $labels['not_found_in_trash'];
4835
				}
4836
				if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
4837
					$translation_texts[] = $labels['label_post_profile'];
4838
				}
4839
				if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
4840
					$translation_texts[] = $labels['label_post_info'];
@@ 4839-4840 (lines=2) @@
4836
				if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
4837
					$translation_texts[] = $labels['label_post_profile'];
4838
				}
4839
				if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
4840
					$translation_texts[] = $labels['label_post_info'];
4841
				}
4842
				if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
4843
					$translation_texts[] = $labels['label_post_images'];
@@ 4842-4843 (lines=2) @@
4839
				if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
4840
					$translation_texts[] = $labels['label_post_info'];
4841
				}
4842
				if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
4843
					$translation_texts[] = $labels['label_post_images'];
4844
				}
4845
				if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
4846
					$translation_texts[] = $labels['label_post_map'];
@@ 4845-4846 (lines=2) @@
4842
				if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
4843
					$translation_texts[] = $labels['label_post_images'];
4844
				}
4845
				if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
4846
					$translation_texts[] = $labels['label_post_map'];
4847
				}
4848
				if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
4849
					$translation_texts[] = $labels['label_reviews'];
@@ 4848-4849 (lines=2) @@
4845
				if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
4846
					$translation_texts[] = $labels['label_post_map'];
4847
				}
4848
				if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
4849
					$translation_texts[] = $labels['label_reviews'];
4850
				}
4851
				if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
4852
					$translation_texts[] = $labels['label_related_listing'];
@@ 4851-4852 (lines=2) @@
4848
				if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
4849
					$translation_texts[] = $labels['label_reviews'];
4850
				}
4851
				if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
4852
					$translation_texts[] = $labels['label_related_listing'];
4853
				}
4854
			}
4855
@@ 4861-4862 (lines=2) @@
4858
			}
4859
4860
			if ( ! empty( $seo ) ) {
4861
				if ( isset( $seo['meta_keyword'] ) && $seo['meta_keyword'] != '' && ! in_array( $seo['meta_keyword'], $translation_texts ) ) {
4862
					$translation_texts[] = normalize_whitespace( $seo['meta_keyword'] );
4863
				}
4864
4865
				if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
@@ 4865-4866 (lines=2) @@
4862
					$translation_texts[] = normalize_whitespace( $seo['meta_keyword'] );
4863
				}
4864
4865
				if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
4866
					$translation_texts[] = normalize_whitespace( $seo['meta_description'] );
4867
				}
4868
			}
4869
		}