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/twentytwelve/page.php

    r43571 r47122  
    2424                <?php get_template_part( 'content', 'page' ); ?>
    2525                <?php comments_template( '', true ); ?>
    26             <?php endwhile; // end of the loop. ?>
     26            <?php endwhile; // End of the loop. ?>
    2727
    2828        </div><!-- #content -->
Note: See TracChangeset for help on using the changeset viewer.