Make WordPress Core


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

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