Ticket #28412: 28412.diff
File 28412.diff, 437 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/query.php
1356 1356 $this->current_post = -1; 1357 1357 $this->in_the_loop = false; 1358 1358 unset( $this->request ); 1359 unset( $this->post );1359 $this->post = null; 1360 1360 unset( $this->comments ); 1361 1361 unset( $this->comment ); 1362 1362 $this->comment_count = 0;