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

    r45675 r47122  
    2727        </header><!-- .entry-header -->
    2828
    29         <?php if ( is_search() ) : // Only display Excerpts for Search ?>
     29        <?php if ( is_search() ) : // Only display excerpts for search. ?>
    3030        <div class="entry-summary">
    3131            <?php the_excerpt(); ?>
Note: See TracChangeset for help on using the changeset viewer.