Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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/author.php

    r45932 r47122  
    3939            <?php
    4040                /*
    41                  * Since we called the_post() above, we need to
    42                  * rewind the loop back to the beginning that way
    43                  * we can run the loop properly, in full.
     41                 * Since we called the_post() above, we need
     42                 * to rewind the loop back to the beginning.
     43                 * That way we can run the loop properly, in full.
    4444                 */
    4545                rewind_posts();
     
    5050            <?php endif; ?>
    5151
    52             <?php /* The loop */ ?>
    5352            <?php
     53            // Start the loop.
    5454            while ( have_posts() ) :
    5555                the_post();
Note: See TracChangeset for help on using the changeset viewer.