Ticket #35902: fix-35902.diff
| File fix-35902.diff, 372 bytes (added by , 10 years ago) |
|---|
-
wp-includes/query.php
diff --git wp-includes/query.php wp-includes/query.php index 053f4e9..8ab5f32 100644
class WP_Query { 4502 4502 4503 4503 $page_obj = $this->get_queried_object(); 4504 4504 4505 $page = (array) $page;4505 $page = array_map( 'strval', (array) $page ); 4506 4506 4507 4507 if ( in_array( (string) $page_obj->ID, $page ) ) { 4508 4508 return true;