diff options
Diffstat (limited to 'themes/twentyfifteen/single.php')
-rw-r--r-- | themes/twentyfifteen/single.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfifteen/single.php b/themes/twentyfifteen/single.php index 4de3a493..2a4bb893 100644 --- a/themes/twentyfifteen/single.php +++ b/themes/twentyfifteen/single.php @@ -18,8 +18,8 @@ get_header(); ?> 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() ); |