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/twentyfourteen/archive.php

    r45932 r47122  
    4545
    4646                <?php
    47                     // Start the Loop.
     47                // Start the Loop.
    4848                while ( have_posts() ) :
    4949                    the_post();
    5050
    5151                    /*
    52                      * Include the post format-specific template for the content. If you want to
    53                      * use this in a child theme, then include a file called content-___.php
     52                     * Include the post format-specific template for the content. If you want
     53                     * to use this in a child theme, then include a file called content-___.php
    5454                     * (where ___ is the post format) and that will be used instead.
    5555                     */
Note: See TracChangeset for help on using the changeset viewer.