Making WordPress.org

Changeset 12676


Ignore:
Timestamp:
06/23/2023 02:42:27 AM (3 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@1f0d0f9

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/searchform.php

    r10530 r12676  
    1111?>
    1212<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
    13         <label for="s" class="screen-reader-text"><?php echo esc_html( _x( 'Search for:', 'label', 'wporg-learn' ) ); ?></label>
     13        <label for="s" class="screen-reader-text"><?php echo esc_html( _x( 'Search resources on Learn', 'label', 'wporg-learn' ) ); ?></label>
    1414        <input
    1515                type="search"
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php

    r12067 r12676  
    1212<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1313
    14         <section>
     14        <div>
    1515                <header class="row align-middle between section-heading section-heading--with-space">
    1616                        <h1 class="section-heading_title h2"><?php the_title(); ?></h1>
     
    5555                        ?>
    5656                </div>
    57         </section>
     57        </div>
    5858
    5959        <?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

    r11275 r12676  
    2222?>
    2323<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    24         <section>
     24        <div>
    2525                <div class="row align-middle between section-heading section-heading--with-space">
    2626                        <h1 class="section-heading_title h2"><?php the_title(); ?></h1>
     
    7272                        <?php endif; ?>
    7373                </div>
    74         </section>
     74        </div>
    7575</article>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php

    r11323 r12676  
    2020?>
    2121<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    22         <section>
     22        <div>
    2323                <div class="row align-middle between section-heading section-heading--with-space">
    2424                        <h1 class="section-heading_title h2"><?php the_title(); ?></h1>
     
    9999                        <?php endif; ?>
    100100                </div> <!-- end workshop-page -->
    101         </section>
     101        </div>
    102102</article>
Note: See TracChangeset for help on using the changeset viewer.