Changeset 12723 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php
- Timestamp:
- 07/09/2023 11:49:13 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php
r12676 r12723 20 20 ?> 21 21 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 22 < div>22 <section> 23 23 <div class="row align-middle between section-heading section-heading--with-space"> 24 24 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 99 99 <?php endif; ?> 100 100 </div> <!-- end workshop-page --> 101 </ div>101 </section> 102 102 </article>
Note: See TracChangeset
for help on using the changeset viewer.