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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-05-06 17:58:41 +00:00
parent a5151a2939
commit 427a92a0d4
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() );
?>