Making WordPress.org


Ignore:
Timestamp:
08/11/2020 09:43:27 PM (5 years ago)
Author:
coreymckrill
Message:

WP.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/85688cdceee0a1645c3f5bb32b52604cf1a437b5...826f579465d0a1689ef260161158b585197d6112

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  
    1818    <section>   
    1919        <header class="row align-middle between section-heading section-heading--with-space">
    20             <h2 class="section-heading_title"><?php the_title(); ?></h2>
     20            <h1 class="section-heading_title h2"><?php the_title(); ?></h1>
    2121        </header>
    2222
     
    6565
    6666                    <div class="lp-suggestion">
    67                         <h4 class="lp-suggestion_title"><?php _e( 'Suggestions' ); ?></h4>
     67                        <h2 class="lp-suggestion_title h4"><?php _e( 'Suggestions' ); ?></h2>
    6868                        <p><?php _e( 'Found a typo, grammar error,or outdated screenshot?' ); ?></p>
    6969                        <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.