From a55222fe0f3863d689f155060f0bdb16e5ff93c2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 8 Sep 2017 18:12:40 +0000 Subject: [PATCH] Bundled Themes: Remove "called called" and "can can" dittography. Props johnpgreen. Fixes #41836. git-svn-id: https://develop.svn.wordpress.org/trunk@41349 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/archive.php | 2 +- src/wp-content/themes/twentyfourteen/author.php | 2 +- src/wp-content/themes/twentyfourteen/category.php | 2 +- src/wp-content/themes/twentyfourteen/index.php | 2 +- src/wp-content/themes/twentyfourteen/search.php | 2 +- src/wp-content/themes/twentyfourteen/single.php | 2 +- src/wp-content/themes/twentyfourteen/tag.php | 2 +- src/wp-content/themes/twentyfourteen/taxonomy-post_format.php | 2 +- src/wp-content/themes/twentyten/footer.php | 2 +- src/wp-content/themes/twentytwelve/archive.php | 2 +- src/wp-content/themes/twentytwelve/category.php | 2 +- src/wp-content/themes/twentytwelve/tag.php | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/archive.php b/src/wp-content/themes/twentyfourteen/archive.php index f4c91815ec..6a4deed0f2 100644 --- a/src/wp-content/themes/twentyfourteen/archive.php +++ b/src/wp-content/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() ); diff --git a/src/wp-content/themes/twentyfourteen/author.php b/src/wp-content/themes/twentyfourteen/author.php index 62d9165917..a40f209099 100644 --- a/src/wp-content/themes/twentyfourteen/author.php +++ b/src/wp-content/themes/twentyfourteen/author.php @@ -49,7 +49,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() ); diff --git a/src/wp-content/themes/twentyfourteen/category.php b/src/wp-content/themes/twentyfourteen/category.php index 2b05f8db69..97745ff1d6 100644 --- a/src/wp-content/themes/twentyfourteen/category.php +++ b/src/wp-content/themes/twentyfourteen/category.php @@ -34,7 +34,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() ); diff --git a/src/wp-content/themes/twentyfourteen/index.php b/src/wp-content/themes/twentyfourteen/index.php index 21f4842726..3f46be21d1 100644 --- a/src/wp-content/themes/twentyfourteen/index.php +++ b/src/wp-content/themes/twentyfourteen/index.php @@ -35,7 +35,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() ); diff --git a/src/wp-content/themes/twentyfourteen/search.php b/src/wp-content/themes/twentyfourteen/search.php index 3fe9bdbc1c..d90d88a146 100644 --- a/src/wp-content/themes/twentyfourteen/search.php +++ b/src/wp-content/themes/twentyfourteen/search.php @@ -24,7 +24,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() ); diff --git a/src/wp-content/themes/twentyfourteen/single.php b/src/wp-content/themes/twentyfourteen/single.php index e2db3b0454..e089165e58 100644 --- a/src/wp-content/themes/twentyfourteen/single.php +++ b/src/wp-content/themes/twentyfourteen/single.php @@ -17,7 +17,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() ); diff --git a/src/wp-content/themes/twentyfourteen/tag.php b/src/wp-content/themes/twentyfourteen/tag.php index 208455de84..5930d2cf27 100644 --- a/src/wp-content/themes/twentyfourteen/tag.php +++ b/src/wp-content/themes/twentyfourteen/tag.php @@ -36,7 +36,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() ); diff --git a/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php b/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php index 2ef44a4801..f7cee9f7f6 100644 --- a/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php +++ b/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php @@ -61,7 +61,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() ); diff --git a/src/wp-content/themes/twentyten/footer.php b/src/wp-content/themes/twentyten/footer.php index 5d2018ad17..4bc8c548f7 100644 --- a/src/wp-content/themes/twentyten/footer.php +++ b/src/wp-content/themes/twentyten/footer.php @@ -17,7 +17,7 @@ while ( have_posts() ) : the_post(); /* Include the post format-specific template for the content. If you want to - * this in a child theme then include a file called called content-___.php + * 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() ); diff --git a/src/wp-content/themes/twentytwelve/category.php b/src/wp-content/themes/twentytwelve/category.php index 02f1326056..458063066d 100644 --- a/src/wp-content/themes/twentytwelve/category.php +++ b/src/wp-content/themes/twentytwelve/category.php @@ -30,7 +30,7 @@ get_header(); ?> while ( have_posts() ) : the_post(); /* Include the post format-specific template for the content. If you want to - * this in a child theme then include a file called called content-___.php + * 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() ); diff --git a/src/wp-content/themes/twentytwelve/tag.php b/src/wp-content/themes/twentytwelve/tag.php index 1742df4adb..7715302ca1 100644 --- a/src/wp-content/themes/twentytwelve/tag.php +++ b/src/wp-content/themes/twentytwelve/tag.php @@ -31,7 +31,7 @@ get_header(); ?> /* * Include the post format-specific template for the content. If you want to - * this in a child theme then include a file called called content-___.php + * 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() );