Changeset 48053 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 06/16/2020 06:02:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r47808 r48053 966 966 967 967 if ( ! ( $this->is_singular || $this->is_archive || $this->is_search || $this->is_feed 968 || ( defined( 'REST_REQUEST' ) && REST_REQUEST )968 || ( defined( 'REST_REQUEST' ) && REST_REQUEST && $this->is_main_query() ) 969 969 || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_robots || $this->is_favicon ) ) { 970 970 $this->is_home = true;
Note: See TracChangeset
for help on using the changeset viewer.