diff options
Diffstat (limited to 'themes/twentyfifteen/image.php')
-rw-r--r-- | themes/twentyfifteen/image.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/twentyfifteen/image.php b/themes/twentyfifteen/image.php index 3eb25b3f..0b9c4bbb 100644 --- a/themes/twentyfifteen/image.php +++ b/themes/twentyfifteen/image.php @@ -13,7 +13,7 @@ get_header(); ?> <main id="main" class="site-main" role="main"> <?php - // Start the loop. + // Start the loop. while ( have_posts() ) : the_post(); ?> @@ -35,7 +35,7 @@ get_header(); ?> <div class="entry-attachment"> <?php /** - * Filter the default Twenty Fifteen image attachment size. + * Filters the default Twenty Fifteen image attachment size. * * @since Twenty Fifteen 1.0 * @@ -77,7 +77,7 @@ get_header(); ?> </article><!-- #post-<?php the_ID(); ?> --> <?php - // If comments are open or we have at least one comment, load up the comment template + // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; |