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
This commit is contained in:
parent
4705b3f27e
commit
a55222fe0f
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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' );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
@ -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() );
|
||||
|
Loading…
Reference in New Issue
Block a user