Changeset 47647 for branches/5.0/src/wp-includes/class-wp-query.php
- Timestamp:
- 04/29/2020 04:13:02 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-includes/class-wp-query.php
r46492 r47647 760 760 } elseif ( $qv['p'] ) { 761 761 $this->is_single = true; 762 } elseif ( ('' !== $qv['hour']) && ('' !== $qv['minute']) &&('' !== $qv['second']) && ('' != $qv['year']) && ('' != $qv['monthnum']) && ('' != $qv['day']) ) {763 // If year, month, day, hour, minute, and second are set, a single764 // post is being queried.765 $this->is_single = true;766 762 } elseif ( '' != $qv['pagename'] || !empty($qv['page_id']) ) { 767 763 $this->is_page = true;
Note: See TracChangeset
for help on using the changeset viewer.