Changeset 3869
- Timestamp:
- 06/14/2006 09:49:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r3867 r3869 547 547 } 548 548 549 if ( $this->is_home && ( 'page' == get_option('show_on_front') ) && get_option('page_on_front') ) {549 if ( $this->is_home && empty($this->query) && ( 'page' == get_option('show_on_front') ) && get_option('page_on_front') ) { 550 550 $this->is_page = true; 551 551 $this->is_home = false;
Note: See TracChangeset
for help on using the changeset viewer.