Skip to content

Commit 6d68c14

Browse files
authored
Merge pull request #6 from JulieKuehl/master
corrected file name for full-width page template
2 parents bbd4bbc + 99eff69 commit 6d68c14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/page-full-width.php‎ renamed to ‎src/templates/full-width.php‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<?php get_template_part( 'content', 'page' ); ?>
1717

1818
<?php
19-
// If comments are open or we have at least one comment, load up the comment template
20-
if ( comments_open() || get_comments_number() ) :
21-
comments_template();
22-
endif;
19+
// If comments are open or we have at least one comment, load up the comment template
20+
if ( comments_open() || get_comments_number() ) :
21+
comments_template();
22+
endif;
2323
?>
2424

2525
<?php endwhile; // end of the loop. ?>
2626

2727
</main><!-- #main -->
2828
</div><!-- #primary -->
2929

30-
<?php get_footer(); ?>
30+
<?php get_footer(); ?>

0 commit comments

Comments
 (0)