Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/search.php

    r46827 r47122  
    3333        <?php
    3434        if ( have_posts() ) :
    35             /* Start the Loop */
     35            // Start the Loop.
    3636            while ( have_posts() ) :
    3737                the_post();
     
    4444                get_template_part( 'template-parts/post/content', 'excerpt' );
    4545
    46             endwhile; // End of the loop.
     46            endwhile; // End the loop.
    4747
    4848            the_posts_pagination(
Note: See TracChangeset for help on using the changeset viewer.