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/twentythirteen/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; ?>
    3131            </header><!-- .archive-header -->
    3232
    33             <?php /* The loop */ ?>
    3433            <?php
     34            // Start the loop.
    3535            while ( have_posts() ) :
    3636                the_post();
Note: See TracChangeset for help on using the changeset viewer.