Ticket #12487: 12487.diff
| File 12487.diff, 305 bytes (added by jfarthing84, 3 years ago) |
|---|
-
query.php
2455 2455 if ($this->post_count > 0) { 2456 2456 $this->post = $this->posts[0]; 2457 2457 } 2458 2459 do_action('got_posts'); 2458 2460 2459 2461 return $this->posts; 2460 2462 }
