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 6ced176459
commit 6bea951e7a
13 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -17,7 +17,7 @@
<?php
/*
* A sidebar in the footer? Yep. You can can customize
* A sidebar in the footer? Yep. You can customize
* your footer with four columns of widgets.
*/
get_sidebar( 'footer' );

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41348';
$wp_version = '4.9-alpha-41349';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.