diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 16:43:13 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-11-20 16:43:13 -0500 |
commit | 099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea (patch) | |
tree | 9bc1924797503b93986cba12e1b44df327df74a4 /themes/twentyfourteen/archive.php | |
parent | jetpack 5.3 (diff) | |
download | blogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.tar.gz blogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.tar.bz2 blogs-gentoo-099bb1ab7c867dcc4ad4dcf73591c64c5d1bd7ea.zip |
Update twentyfourteen 2.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/twentyfourteen/archive.php')
-rw-r--r-- | themes/twentyfourteen/archive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/twentyfourteen/archive.php b/themes/twentyfourteen/archive.php index f4c91815..6a4deed0 100644 --- a/themes/twentyfourteen/archive.php +++ b/themes/twentyfourteen/archive.php @@ -50,7 +50,7 @@ get_header(); ?> /* * Include the post format-specific template for the content. If you want to - * use this in a child theme, then include a file called called content-___.php + * 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() ); |