Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Moving php tag to new line
Browse files Browse the repository at this point in the history
Also remove to unnecessary blank lines.
  • Loading branch information
Aetles authored Dec 7, 2017
1 parent 10f20eb commit 04f0165
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
if ( have_comments() ) :
if ( ( is_page() || is_single() ) && ( ! is_home() && ! is_front_page() ) ) :
?>
<section id="comments"><?php

<section id="comments">
<?php

wp_list_comments(
array(
Expand All @@ -37,7 +37,6 @@
);

?>

</section>
<?php
endif;
Expand Down

0 comments on commit 04f0165

Please sign in to comment.