Ticket #21394: is-page-bail-on-null.diff
File is-page-bail-on-null.diff, 343 bytes (added by , 12 years ago) |
---|
-
wp-includes/query.php
3378 3378 return true; 3379 3379 3380 3380 $page_obj = $this->get_queried_object(); 3381 if ( empty( $page_obj ) ) 3382 return false; 3381 3383 3382 3384 $page = (array) $page; 3383 3385