Changeset 17819
- Timestamp:
- 05/06/2011 05:58:41 PM (13 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/archive.php
r17802 r17819 59 59 /* Include the Post-Format-specific template for the content. 60 60 * If you want to overload this in a child theme then include a file 61 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.61 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 62 62 */ 63 63 get_template_part( 'content', get_post_format() ); -
trunk/wp-content/themes/twentyeleven/author.php
r17802 r17819 58 58 /* Include the Post-Format-specific template for the content. 59 59 * If you want to overload this in a child theme then include a file 60 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.60 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 61 61 */ 62 62 get_template_part( 'content', get_post_format() ); -
trunk/wp-content/themes/twentyeleven/category.php
r17802 r17819 29 29 /* Include the Post-Format-specific template for the content. 30 30 * If you want to overload this in a child theme then include a file 31 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.31 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 32 32 */ 33 33 get_template_part( 'content', get_post_format() ); -
trunk/wp-content/themes/twentyeleven/search.php
r17802 r17819 27 27 /* Include the Post-Format-specific template for the content. 28 28 * If you want to overload this in a child theme then include a file 29 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.29 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 30 30 */ 31 31 get_template_part( 'content', get_post_format() ); -
trunk/wp-content/themes/twentyeleven/tag.php
r17802 r17819 31 31 /* Include the Post-Format-specific template for the content. 32 32 * If you want to overload this in a child theme then include a file 33 * called loop-___.php (where ___ is the Post Format name) and that will be used instead.33 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 34 34 */ 35 35 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.