[wpmu-trac] [WordPress MU Trac] #279: Front page cannot be a static page

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Mar 16 13:38:32 GMT 2007


#279: Front page cannot be a static page
------------------------+---------------------------------------------------
 Reporter:  kipit       |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  normal      |   Milestone:  WPMU 1.0
Component:  component1  |     Version:          
 Severity:  normal      |    Keywords:          
------------------------+---------------------------------------------------
 The "Front page displays" option doesn't work anymore when using a static
 page.
 According to /wp-includes/query.php, we check these :
 {{{
 #!php
 if ( $this->is_home && ( empty($this->query) || $qv['preview'] == 'true' )
 && 'page' == get_option('show_on_front') && get_option('page_on_front') )
 }}}

 But $this->query is an array with elements and we are not in a preview
 case.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/279>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list