Changeset 57312 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 01/19/2024 05:37:05 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r57195 r57312 1028 1028 1029 1029 if ( ! ( $this->is_singular || $this->is_archive || $this->is_search || $this->is_feed 1030 || ( defined( 'REST_REQUEST' ) && REST_REQUEST&& $this->is_main_query() )1030 || ( wp_is_serving_rest_request() && $this->is_main_query() ) 1031 1031 || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_robots || $this->is_favicon ) ) { 1032 1032 $this->is_home = true;
Note: See TracChangeset
for help on using the changeset viewer.