Changes between Version 4 and Version 5 of Ticket #41446, comment 1
- Timestamp:
- 07/26/2017 12:34:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41446, comment 1
v4 v5 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->posts[0] ) && $this->post_count > 0 ) { 8 8 $this->post = $this->posts[0]; 9 9 }