Code Duplication    Length = 4-4 lines in 2 locations

src/wp-includes/class-wp-query.php 2 locations

@@ 831-834 (lines=4) @@
828
				$this->is_date = true;
829
			}
830
831
			if ( '' !== $qv['minute'] ) {
832
				$this->is_time = true;
833
				$this->is_date = true;
834
			}
835
836
			if ( '' !== $qv['hour'] ) {
837
				$this->is_time = true;
@@ 836-839 (lines=4) @@
833
				$this->is_date = true;
834
			}
835
836
			if ( '' !== $qv['hour'] ) {
837
				$this->is_time = true;
838
				$this->is_date = true;
839
			}
840
841
			if ( $qv['day'] ) {
842
				if ( ! $this->is_date ) {