Twenty Eleven: correct typo in inline documentation props markmcwilliams; See #17198

git-svn-id: https://develop.svn.wordpress.org/trunk@17819 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-05-06 17:58:41 +00:00
parent 122d65e8df
commit 42239aa382
5 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called loop-___.php (where ___ is the Post Format name) and that will be used instead.
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>

View File

@ -57,7 +57,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called loop-___.php (where ___ is the Post Format name) and that will be used instead.
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>

View File

@ -28,7 +28,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called loop-___.php (where ___ is the Post Format name) and that will be used instead.
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>

View File

@ -26,7 +26,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called loop-___.php (where ___ is the Post Format name) and that will be used instead.
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>

View File

@ -30,7 +30,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called loop-___.php (where ___ is the Post Format name) and that will be used instead.
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>