Changeset 10169 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-lesson-plan.php
- Timestamp:
- 08/13/2020 11:43:14 PM (6 years ago)
- 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 18 18 <?php if ( have_posts() ) : ?> 19 19 <div id="lesson-plans" class="lp-list"> 20 <?php while ( have_posts() ) : the_post(); ?> 20 <?php while ( have_posts() ) : 21 the_post(); ?> 21 22 <?php get_template_part( 'template-parts/content', 'archive' ); ?> 22 23 <?php endwhile; ?> … … 26 27 <?php else : ?> 27 28 <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' ); ?> 29 30 </div> 30 31 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.