Ticket #37530: query.patch
| File query.patch, 514 bytes (added by , 9 years ago) |
|---|
-
query.php
4501 4501 return true; 4502 4502 elseif ( 'page' == get_option( 'show_on_front') && get_option( 'page_on_front' ) && $this->is_page( get_option( 'page_on_front' ) ) ) 4503 4503 return true; 4504 elseif ('page' == get_option( 'show_on_front' ) && ! get_option( 'page_on_front' ) && get_option( 'page_for_posts' )) 4505 return true; 4504 4506 else 4505 4507 return false; 4506 4508 }