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/single.php

    r10131 r10169  
    1212                <div id="main-content">
    1313                        <?php
    14 
    1514                        while ( have_posts() ) :
    1615                                the_post();
    17 
    1816                                get_template_part( 'template-parts/content', 'single' );
    1917                        endwhile; // End of the loop.
Note: See TracChangeset for help on using the changeset viewer.