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:
parent
a5151a2939
commit
427a92a0d4
|
@ -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() );
|
||||
?>
|
||||
|
|
|
@ -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() );
|
||||
?>
|
||||
|
|
|
@ -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() );
|
||||
?>
|
||||
|
|
|
@ -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() );
|
||||
?>
|
||||
|
|
|
@ -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() );
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue