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