From 1ad81b49093bdefb56eb58f50be3dc098f940883 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 8 Sep 2017 18:13:43 +0000 Subject: [PATCH 01/62] Bundled Themes: Remove "called called" and "can can" dittography. Props johnpgreen. Fixes #41836. Built from https://develop.svn.wordpress.org/trunk@41349 git-svn-id: http://core.svn.wordpress.org/trunk@41182 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- archive.php | 2 +- category.php | 2 +- tag.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive.php b/archive.php index f71ecf90e..78314cfb8 100644 --- a/archive.php +++ b/archive.php @@ -42,7 +42,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/category.php b/category.php index 02f132605..458063066 100644 --- a/category.php +++ b/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/tag.php b/tag.php index 1742df4ad..7715302ca 100644 --- a/tag.php +++ b/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() ); From 03ef2f7d056bd8ed729b806533dbbee4d97bb92d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Oct 2017 23:53:47 +0000 Subject: [PATCH 02/62] Bundled Themes: Change tag cloud format to a list (`