diff options
Diffstat (limited to 'themes/twentyfourteen/index.php')
-rw-r--r-- | themes/twentyfourteen/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfourteen/index.php b/themes/twentyfourteen/index.php index 7f6d04a0..5ed4c35a 100644 --- a/themes/twentyfourteen/index.php +++ b/themes/twentyfourteen/index.php @@ -35,8 +35,8 @@ if ( is_front_page() && twentyfourteen_has_featured_posts() ) { the_post(); /* - * 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 + * 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() ); |