Changeset 12723 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php
- Timestamp:
- 07/09/2023 11:49:13 PM (19 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-single.php
r12676 r12723 12 12 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 13 13 14 < div>14 <section> 15 15 <header class="row align-middle between section-heading section-heading--with-space"> 16 16 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 55 55 ?> 56 56 </div> 57 </ div>57 </section> 58 58 59 59 <?php if ( is_object_in_term( get_the_ID(), 'wporg_lesson_plan_series' ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.