Changeset 47122 for trunk/src/wp-content/themes/twentyfifteen/index.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/index.php
r44496 r47122 34 34 35 35 /* 36 * Include the Post-Format-specific template for the content.37 * If you want to override this in a child theme, then include a file38 * called content-___.php (where ___ is the Post Format name) and that will be used instead.36 * Include the post format-specific template for the content. If you want 37 * to use this in a child theme, then include a file called content-___.php 38 * (where ___ is the post format) and that will be used instead. 39 39 */ 40 40 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.