Changeset 11323 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/single-lesson-plan.php
- Timestamp:
- 11/11/2021 03:53:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/single-lesson-plan.php
r10169 r11323 17 17 the_post(); 18 18 19 get_template_part( 'template-parts/content', 'single' );19 get_template_part( 'template-parts/content', 'single', array( 'context' => 'lesson-plan' ) ); 20 20 endwhile; // End of the loop. 21 21 ?>
Note: See TracChangeset
for help on using the changeset viewer.