Code Duplication    Length = 4-4 lines in 2 locations

src/wp-includes/query.php 2 locations

@@ 1645-1648 (lines=4) @@
1642
				$this->is_date = true;
1643
			}
1644
1645
			if ( '' !== $qv['minute'] ) {
1646
				$this->is_time = true;
1647
				$this->is_date = true;
1648
			}
1649
1650
			if ( '' !== $qv['hour'] ) {
1651
				$this->is_time = true;
@@ 1650-1653 (lines=4) @@
1647
				$this->is_date = true;
1648
			}
1649
1650
			if ( '' !== $qv['hour'] ) {
1651
				$this->is_time = true;
1652
				$this->is_date = true;
1653
			}
1654
1655
			if ( $qv['day'] ) {
1656
				if ( ! $this->is_date ) {