Make WordPress Core

Ticket #28412: 28412.diff

File 28412.diff, 437 bytes (added by kovshenin, 11 years ago)
  • src/wp-includes/query.php

     
    13561356                $this->current_post = -1;
    13571357                $this->in_the_loop = false;
    13581358                unset( $this->request );
    1359                 unset( $this->post );
     1359                $this->post = null;
    13601360                unset( $this->comments );
    13611361                unset( $this->comment );
    13621362                $this->comment_count = 0;