Changeset 12723
- Timestamp:
- 07/09/2023 11:49:13 PM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts
- Files:
-
- 3 edited
-
content-single.php (modified) (2 diffs)
-
content-workshop-single-hardcoded.php (modified) (2 diffs)
-
content-workshop-single.php (modified) (2 diffs)
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' ) ) : ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single-hardcoded.php
r12676 r12723 22 22 ?> 23 23 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 24 < div>24 <section> 25 25 <div class="row align-middle between section-heading section-heading--with-space"> 26 26 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> … … 72 72 <?php endif; ?> 73 73 </div> 74 </ div>74 </section> 75 75 </article> -
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.