Skip to content

Commit

Permalink
Removed closing php tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche committed Jun 3, 2016
1 parent 80fc1b1 commit 4d1f578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template-parts/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<div class="comments-container">
<?php comments_template(); ?>
</div>
<?php endif; ?>
<?php endif;
2 changes: 1 addition & 1 deletion template-parts/content-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

<?php get_template_part( 'template-parts/content', 'none' ); ?>

<?php endif; ?>
<?php endif;

0 comments on commit 4d1f578

Please sign in to comment.