Ticket #31355: 31355.diff
File 31355.diff, 440 bytes (added by , 9 years ago) |
---|
-
wp-includes/query.php
3926 3926 return $this->queried_object; 3927 3927 3928 3928 $this->queried_object = null; 3929 $this->queried_object_id = 0;3929 $this->queried_object_id = null; 3930 3930 3931 3931 if ( $this->is_category || $this->is_tag || $this->is_tax ) { 3932 3932 if ( $this->is_category ) {