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