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/content.php

    r45932 r47122  
    3333    </header><!-- .entry-header -->
    3434
    35     <?php if ( is_search() ) : // Only display Excerpts for Search ?>
     35    <?php if ( is_search() ) : // Only display excerpts for search. ?>
    3636    <div class="entry-summary">
    3737        <?php the_excerpt(); ?>
Note: See TracChangeset for help on using the changeset viewer.