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

    r45932 r47122  
    2626                </h1>
    2727
    28             <?php if ( tag_description() ) : // Show an optional tag description ?>
     28            <?php if ( tag_description() ) : // Show an optional tag description. ?>
    2929                <div class="archive-meta"><?php echo tag_description(); ?></div>
    3030            <?php endif; ?>
     
    3232
    3333            <?php
    34             /* Start the Loop */
     34            // Start the Loop.
    3535            while ( have_posts() ) :
    3636                the_post();
    3737
    3838                /*
    39                  * Include the post format-specific template for the content. If you want to
    40                  * this in a child theme then include a file called content-___.php
     39                 * Include the post format-specific template for the content. If you want
     40                 * to use this in a child theme then include a file called content-___.php
    4141                 * (where ___ is the post format) and that will be used instead.
    4242                 */
Note: See TracChangeset for help on using the changeset viewer.