Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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/twentyfifteen/image.php

    r45209 r47122  
    1414
    1515            <?php
    16                 // Start the loop.
     16            // Start the loop.
    1717            while ( have_posts() ) :
    1818                the_post();
     
    7878
    7979                <?php
    80                 // If comments are open or we have at least one comment, load up the comment template
     80                // If comments are open or we have at least one comment, load up the comment template.
    8181                if ( comments_open() || get_comments_number() ) :
    8282                    comments_template();
Note: See TracChangeset for help on using the changeset viewer.