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
This commit is contained in:
Sergey Biryukov 2017-09-08 18:13:43 +00:00
parent e24ac54b76
commit 1ad81b4909
3 changed files with 3 additions and 3 deletions

View File

@ -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() );

View File

@ -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() );

View File

@ -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() );