summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/index.php')
-rw-r--r--themes/twentysixteen/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/twentysixteen/index.php b/themes/twentysixteen/index.php
index f6ec56c1..0a1a3e01 100644
--- a/themes/twentysixteen/index.php
+++ b/themes/twentysixteen/index.php
@@ -35,7 +35,8 @@ get_header(); ?>
/*
* 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.
+ * called content-___.php (where ___ is the Post Format name) and that
+ * will be used instead.
*/
get_template_part( 'template-parts/content', get_post_format() );