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

    r46827 r47122  
    1818
    1919            <?php
    20             /* Start the Loop */
     20            // Start the Loop.
    2121            while ( have_posts() ) :
    2222                the_post();
     
    3636                );
    3737
    38             endwhile; // End of the loop.
     38            endwhile; // End the loop.
    3939            ?>
    4040
Note: See TracChangeset for help on using the changeset viewer.