Skip to content

Commit

Permalink
endwhile and endif on two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 28, 2015
1 parent ba196ad commit 0129405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions class-book-reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,9 @@ public function create_shortcode( $atts ) {
<?php } ?>
</div>
</div>
<?php
endwhile; endif;
<?php
endwhile;
endif;
wp_reset_query();
return ob_get_clean();
} else { // we're doing this by book author, time to loop through again....
Expand Down

0 comments on commit 0129405

Please sign in to comment.