Changeset 46479 for branches/5.2/src/wp-includes/class-wp-query.php
- Timestamp:
- 10/14/2019 03:50:43 PM (6 years ago)
- File:
-
- 1 edited
-
branches/5.2/src/wp-includes/class-wp-query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/wp-includes/class-wp-query.php
r45286 r46479 539 539 'attachment_id', 540 540 'name', 541 'static',542 541 'pagename', 543 542 'page_id', … … 803 802 // post is being queried. 804 803 $this->is_single = true; 805 } elseif ( '' != $qv[' static'] || '' != $qv['pagename'] || ! empty( $qv['page_id'] ) ) {804 } elseif ( '' != $qv['pagename'] || ! empty( $qv['page_id'] ) ) { 806 805 $this->is_page = true; 807 806 $this->is_single = false;
Note: See TracChangeset
for help on using the changeset viewer.