Make WordPress Core


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

    r46827 r47122  
    3535            if ( have_posts() ) :
    3636
    37                 /* Start the Loop */
     37                // Start the Loop.
    3838                while ( have_posts() ) :
    3939                    the_post();
     
    4242                     * Include the Post-Format-specific template for the content.
    4343                     * If you want to override this in a child theme, then include a file
    44                      * called content-___.php (where ___ is the Post Format name) and that will be used instead.
     44                     * called content-___.php (where ___ is the Post Format name) and that
     45                     * will be used instead.
    4546                     */
    4647                    get_template_part( 'template-parts/post/content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.