Changeset 10920
- Timestamp:
- 04/13/2009 04:15:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r10866 r10920 1454 1454 $this->is_comment_feed = true; 1455 1455 1456 if ( !( $this->is_singular || $this->is_archive || $this->is_search || $this->is_feed || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_comments_popup ) )1456 if ( !( $this->is_singular || $this->is_archive || $this->is_search || $this->is_feed || $this->is_trackback || $this->is_404 || $this->is_admin || $this->is_comments_popup || $this->is_robots ) ) 1457 1457 $this->is_home = true; 1458 1458
Note: See TracChangeset
for help on using the changeset viewer.