summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/archive.php')
-rw-r--r--themes/twentyfifteen/archive.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/twentyfifteen/archive.php b/themes/twentyfifteen/archive.php
index 26a9a4b4..425a74ac 100644
--- a/themes/twentyfifteen/archive.php
+++ b/themes/twentyfifteen/archive.php
@@ -31,14 +31,14 @@ get_header(); ?>
</header><!-- .page-header -->
<?php
- // Start the Loop.
+ // Start the loop.
while ( have_posts() ) :
the_post();
/*
- * Include the Post-Format-specific template for the content.
- * If you want to override this in a child theme, then include a file
- * called content-___.php (where ___ is the Post Format name) and that will be used instead.
+ * Include the post format-specific template for the content. If you want
+ * to use this in a child theme, then include a file called content-___.php
+ * (where ___ is the post format) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );