Changeset 47657 for branches/4.2/src/wp-includes/query.php
- Timestamp:
- 04/29/2020 04:51:02 PM (6 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 47634-47635,47637-47638
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-includes/query.php
r46500 r47657 1601 1601 } elseif ( $qv['p'] ) { 1602 1602 $this->is_single = true; 1603 } elseif ( ('' !== $qv['hour']) && ('' !== $qv['minute']) &&('' !== $qv['second']) && ('' != $qv['year']) && ('' != $qv['monthnum']) && ('' != $qv['day']) ) {1604 // If year, month, day, hour, minute, and second are set, a single1605 // post is being queried.1606 $this->is_single = true;1607 1603 } elseif ( '' != $qv['pagename'] || !empty($qv['page_id']) ) { 1608 1604 $this->is_page = true;
Note: See TracChangeset
for help on using the changeset viewer.