Changeset 46493 for branches/4.9/src/wp-includes/class-wp-query.php
- Timestamp:
- 10/14/2019 06:38:34 PM (6 years ago)
- File:
-
- 1 edited
-
branches/4.9/src/wp-includes/class-wp-query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-includes/class-wp-query.php
r42597 r46493 530 530 , 'attachment_id' 531 531 , 'name' 532 , 'static'533 532 , 'pagename' 534 533 , 'page_id' … … 765 764 // post is being queried. 766 765 $this->is_single = true; 767 } elseif ( '' != $qv[' static'] || '' != $qv['pagename'] || !empty($qv['page_id']) ) {766 } elseif ( '' != $qv['pagename'] || !empty($qv['page_id']) ) { 768 767 $this->is_page = true; 769 768 $this->is_single = false;
Note: See TracChangeset
for help on using the changeset viewer.