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/twentyten/loop-single.php

    r46088 r47122  
    4646                    </div><!-- .entry-content -->
    4747
    48         <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?>
     48        <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries. ?>
    4949                    <div id="entry-author-info">
    5050                        <div id="author-avatar">
     
    8989
    9090    <?php endwhile;
    91 }; // end of the loop. ?>
     91}; // End of the loop. ?>
Note: See TracChangeset for help on using the changeset viewer.