diff options
Diffstat (limited to 'themes/twentyfourteen/image.php')
-rw-r--r-- | themes/twentyfourteen/image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfourteen/image.php b/themes/twentyfourteen/image.php index eb4a1658..ed5a9f2e 100644 --- a/themes/twentyfourteen/image.php +++ b/themes/twentyfourteen/image.php @@ -17,7 +17,7 @@ get_header(); <div id="content" class="site-content" role="main"> <?php - // Start the Loop. + // Start the Loop. while ( have_posts() ) : the_post(); ?> @@ -72,7 +72,7 @@ get_header(); <?php comments_template(); ?> - <?php endwhile; // end of the loop. ?> + <?php endwhile; // End of the loop. ?> </div><!-- #content --> </section><!-- #primary --> |