Changes between Version 3 and Version 4 of Ticket #41446, comment 1
- Timestamp:
- 07/26/2017 11:19:35 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41446, comment 1
v3 v4 5 5 public function rewind_posts() { 6 6 $this->current_post = -1; 7 if ( isset( $this->posts[0] ) && !empty( $this->post_count ) && $this->post_count > 0 7 if ( isset( $this->posts[0] ) && !empty( $this->post_count ) && $this->post_count > 0 ) { 8 8 $this->post = $this->posts[0]; 9 9 }