Changeset 46490 for branches/5.1/src/wp-includes/class-wp-query.php
- Timestamp:
- 10/14/2019 06:16:02 PM (6 years ago)
- File:
-
- 1 edited
-
branches/5.1/src/wp-includes/class-wp-query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/src/wp-includes/class-wp-query.php
r44518 r46490 530 530 'attachment_id', 531 531 'name', 532 'static',533 532 'pagename', 534 533 'page_id', … … 794 793 // post is being queried. 795 794 $this->is_single = true; 796 } elseif ( '' != $qv[' static'] || '' != $qv['pagename'] || ! empty( $qv['page_id'] ) ) {795 } elseif ( '' != $qv['pagename'] || ! empty( $qv['page_id'] ) ) { 797 796 $this->is_page = true; 798 797 $this->is_single = false;
Note: See TracChangeset
for help on using the changeset viewer.