Changeset 10146 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php
- Timestamp:
- 08/11/2020 09:43:27 PM (5 years 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
r10142 r10146 18 18 <section> 19 19 <header class="row align-middle between section-heading section-heading--with-space"> 20 <h 2 class="section-heading_title"><?php the_title(); ?></h2>20 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> 21 21 </header> 22 22 … … 65 65 66 66 <div class="lp-suggestion"> 67 <h 4 class="lp-suggestion_title"><?php _e( 'Suggestions' ); ?></h4>67 <h2 class="lp-suggestion_title h4"><?php _e( 'Suggestions' ); ?></h2> 68 68 <p><?php _e( 'Found a typo, grammar error,or outdated screenshot?' ); ?></p> 69 69 <p><?php _e( 'Used this lesson plan in your event and have some suggestions?' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.