Making WordPress.org


Ignore:
Timestamp:
08/13/2020 11:43:14 PM (6 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/1accd3db38a60230689bdc157f9e82081d35d163...38e7793fd20434d72ca898988d017ba2009fb677

File:
1 edited

Legend:

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

    r10166 r10169  
    1818        <?php if ( have_posts() ) : ?>
    1919            <div id="lesson-plans" class="lp-list">
    20                 <?php while ( have_posts() ) : the_post(); ?>
     20                <?php while ( have_posts() ) :
     21                    the_post(); ?>
    2122                    <?php get_template_part( 'template-parts/content', 'archive' ); ?>
    2223                <?php endwhile; ?>
     
    2627        <?php else : ?>
    2728            <div class="lp-empty">
    28                 <?php echo _e( 'We were unable to find any matches.' , 'wporg-learn' ); ?>
     29                <?php echo esc_html_e( 'We were unable to find any matches.', 'wporg-learn' ); ?>
    2930            </div>
    3031        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.