Ticket #4741: 4741.diff
| File 4741.diff, 399 bytes (added by mdawaffe, 6 years ago) |
|---|
-
wp-includes/query.php
22 22 return $GLOBALS['wp_query']->query($query); 23 23 } 24 24 25 function wp_reset_query() { 26 unset($GLOBALS['wp_query']); 27 $GLOBALS['wp_query'] =& $GLOBALS['wp_the_query']; 28 } 29 25 30 /* 26 31 * Query type checks. 27 32 */
