Skip to content

Commit 5ae77c1

Browse files
committed
Linter errors - removing blank line from while cycle code
1 parent f557d2b commit 5ae77c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/osi/templates/template-no-header-wide.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
<?php
2020
while ( have_posts() ) :
2121
the_post();
22-
2322
get_template_part( 'template-parts/content', 'page-no-header' );
24-
2523
endwhile; // End of the loop.
2624
?>
2725

0 commit comments

Comments
 (0)